mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
TransferLog is (sort of) deprecated, and people never seem to realize
that you can use this with CustomLog. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -64,7 +64,7 @@ is a simple program for use in conjunction with Apache's piped logfile
|
||||
feature, which can be used like this:
|
||||
|
||||
.fi
|
||||
TransferLog "|bin/rotatelogs /path/to/logs/logfile 86400"
|
||||
CustomLog "|bin/rotatelogs /path/to/logs/logfile 86400" combined
|
||||
.mf
|
||||
|
||||
This creates the files /path/to/logs/logfile.nnnn where nnnn is the system
|
||||
|
Reference in New Issue
Block a user