You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by "Ralf S. Engelschall" <rs...@apache.org> on 1998/03/05 13:28:34 UTC

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

rse         98/03/05 04:28:34

  Modified:    conf     httpd.conf-dist
  Log:
  The example config should match the defaults in httpd.h also
  for the Scoreboard filename, even if we mmap() it on most platforms...
  
  Revision  Changes    Path
  1.21      +1 -1      apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- httpd.conf-dist	1998/02/04 19:42:29	1.20
  +++ httpd.conf-dist	1998/03/05 12:28:33	1.21
  @@ -73,7 +73,7 @@
   # Not all architectures require this.  But if yours does (you'll know because
   # this file is created when you run Apache) then you *must* ensure that
   # no two invocations of Apache share the same scoreboard file.
  -ScoreBoardFile logs/apache_status
  +ScoreBoardFile logs/apache_runtime_status
   
   # The LockFile directive sets the path to the lockfile used when Apache
   # is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or