Archive for the 'Apache' Category

mod_log_rotate updated

Saturday, July 29th, 2006

I’ve just added the most requested feature to mod_log_rotate - the ability to specify a strftime() format string as the log file name. So now you can do something like

CustomLog logs/access_log.%Y%m%d-%H%M%S common

and have log files named with a human readable date and time. The source for both Apache 1.3 and Apache 2 (and 2.2) versions here. Steffan at apachelounge.com has made a Win32 binary available here: apachelounge.com/download.

mod_log_rotate

Saturday, December 25th, 2004

I’ve just released mod_log_rotate which provides server-native log rotation for Apache 1.3 and Apache 2. More about it here.


Copyright Andy Armstrong, 2005. Entries (RSS) and Comments (RSS).