mod_log_rotate updated
Saturday, July 29th, 2006I’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.
