]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added defaults to the NetWare .conf file for LogRotateDaily and
authorBradley Nicholes <bnicholes@apache.org>
Tue, 2 Apr 2002 16:52:23 +0000 (16:52 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 2 Apr 2002 16:52:23 +0000 (16:52 +0000)
LogRotateInterval directives

Submitted by: Guenter Knauf

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94391 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist-nw

index e9197cb6873ea20e56c499c5a41149a47b46c076..3c25dd6954a2e26c8d06e5fc79a7a0e862d68a69 100644 (file)
@@ -403,6 +403,16 @@ DefaultType text/plain
 #
 HostnameLookups Off
 
+#
+# LogRotateDaily: If set to 'on' logfiles rotate daily.
+# LogRotateInterval s: If set, logfiles rotate after s seconds.
+# The LogRotateDaily and LogRotateInterval directives are mutually
+# exclusive.  The rotated log file name adds the date suffix of 
+# YYYYMMDD to identify when the log was rotated.
+#
+# LogRotateDaily on
+# LogRotateInterval 86400
+
 #
 # ErrorLog: The location of the error log file.
 # If you do not specify an ErrorLog directive within a <VirtualHost>