Posts Tagged ‘log files’

Apache and Log Rotation

Tuesday, April 29th, 2008

I was looking into Apache log rotation schemes and here’s what I came up with. Note that this is specifically for a Linux system.

- http://httpd.apache.org/docs/2.0/programs/rotatelogs.html

This is the Apache docs for a program called ‘rotatelogs’ which comes with Apache. It replaces the default specification of the log file as a pipe to a rotatelogs [...]