From: Bradley Nicholes Date: Tue, 2 Apr 2002 16:52:23 +0000 (+0000) Subject: Added defaults to the NetWare .conf file for LogRotateDaily and X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=255ff1ef68049b37ca398fe8019972fb665d4b74;p=thirdparty%2Fapache%2Fhttpd.git Added defaults to the NetWare .conf file for LogRotateDaily and 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 --- diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index e9197cb6873..3c25dd6954a 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -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