You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bertrand <be...@zehc.net> on 2001/08/28 14:50:37 UTC

[Patch Submission] internal access_log daily rotation with date suffix

Hi all,

I recently made a little patch for Apache 1.3.19 which allows to activate
an internal daily rotation with date suffix in order to have a more
reliable and precise rotation than the one I got with the logrotate
program.

You just have to enable or disable (disabled by default) the
TransferLogDailyRotate flag to activate this behaviour. It puts a
date suffix in YYYYMMDD format to the log filename. The requests are
logged in a log file suffixed according to their time_t.

This patch is available at http://bert.tuxfamily.org/patches/apache.patch

May be this could be interesting for someone there ?

Bertrand Demiddelaer.