]> git.pld-linux.org Git - packages/apache.git/commitdiff
- LockFile has been replaced with a Mutex directive
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 25 Feb 2012 22:59:15 +0000 (22:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mpm.conf -> 1.7

apache-mpm.conf

index 4bea6a2cb10387137df3e3150ba7fa58cb81c827..51cd43d19618d1f3f2b0f2a9d2305c9cb14b252b 100644 (file)
@@ -18,7 +18,7 @@ PidFile /var/run/httpd.pid
 #
 # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
 #
-LockFile /var/run/httpd/accept.lock
+Mutex file:/var/run/httpd/
 
 #
 # Only one of the below sections will be relevant on your
This page took 0.16496 seconds and 4 git commands to generate.