marc 97/12/22 13:39:58
Modified: conf httpd.conf-dist Log: Add sample for LockFile directive to conf file. At least now people have another place to ignore it in the docs. Revision Changes Path 1.18 +10 -0 apachen/conf/httpd.conf-dist Index: httpd.conf-dist =================================================================== RCS file: /export/home/cvs/apachen/conf/httpd.conf-dist,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- httpd.conf-dist 1997/11/21 14:59:00 1.17 +++ httpd.conf-dist 1997/12/22 21:39:58 1.18 @@ -72,6 +72,16 @@ # no two invocations of Apache share the same scoreboard file. ScoreBoardFile logs/apache_status +# The LockFile directive sets the path to the lockfile used when Apache +# is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or +# USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at +# its default value. The main reason for changing it is if the logs +# directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL +# DISK. The PID of the main server process is automatically appended to +# the filename. +# +#LockFile logs/accept.lock + # ServerName allows you to set a host name which is sent back to clients for # your server if it's different than the one the program would get (i.e. use # "www" instead of the host's real name).