You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/04/02 18:52:23 UTC

cvs commit: apache-1.3/conf httpd.conf-dist-nw

bnicholes    02/04/02 08:52:23

  Modified:    conf     httpd.conf-dist-nw
  Log:
  Added defaults to the NetWare .conf file for LogRotateDaily and
  LogRotateInterval directives
  
  Submitted by: Guenter Knauf
  
  Revision  Changes    Path
  1.22      +10 -0     apache-1.3/conf/httpd.conf-dist-nw
  
  Index: httpd.conf-dist-nw
  ===================================================================
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-nw,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- httpd.conf-dist-nw	5 Mar 2002 16:19:12 -0000	1.21
  +++ httpd.conf-dist-nw	2 Apr 2002 16:52:23 -0000	1.22
  @@ -404,6 +404,16 @@
   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>
   # container, error messages relating to that virtual host will be