Anybody ever seen an issue where writes to a VirtualHost's log is delayed? This is bugging the piss out of me.
Typically I can tail a domlog on the command line:
/etc/apache2/logs/domlogs/domain.tld
And then visit a URL - http://domain.tld/file.txt and the log file will instantly note this.
It's like Apache is buffering the logs in memory and only dumping them to the file after... something happens. If I flood the website with requests the log file eventually get written.
Like I said, this is bugging the piss out of me. And I have no idea what might be causing this.
Typically I can tail a domlog on the command line:
/etc/apache2/logs/domlogs/domain.tld
And then visit a URL - http://domain.tld/file.txt and the log file will instantly note this.
It's like Apache is buffering the logs in memory and only dumping them to the file after... something happens. If I flood the website with requests the log file eventually get written.
Like I said, this is bugging the piss out of me. And I have no idea what might be causing this.