You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/03/17 09:18:20 UTC

cvs commit: apache/conf httpd.conf-dist

dgaudet     97/03/17 00:18:19

  Modified:    conf      httpd.conf-dist
  Log:
  Try to avoid semi-common error of sharing ScoreBoardFiles.
  
  Revision  Changes    Path
  1.12      +4 -1      apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** httpd.conf-dist	1997/02/16 22:48:22	1.11
  --- httpd.conf-dist	1997/03/17 08:18:19	1.12
  ***************
  *** 66,72 ****
    # PidFile: The file the server should log its pid to
    PidFile logs/httpd.pid
    
  ! # ScoreBoardFile: File used to store internal server process information
    ScoreBoardFile logs/apache_status
    
    # ServerName allows you to set a host name which is sent back to clients for
  --- 66,75 ----
    # PidFile: The file the server should log its pid to
    PidFile logs/httpd.pid
    
  ! # ScoreBoardFile: File used to store internal server process information.
  ! # 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
    
    # ServerName allows you to set a host name which is sent back to clients for