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
#
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>