]> granicus.if.org Git - apache/commitdiff
Remove LockFile in default config
authorRainer Jung <rjung@apache.org>
Sat, 3 Jan 2009 00:10:18 +0000 (00:10 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 3 Jan 2009 00:10:18 +0000 (00:10 +0000)
for all MPMs that do not support it
(AP_MPM_WANT_SET_LOCKFILE undefined).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730875 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-mpm.conf.in

index e1f5f7a2cf1d980dbf6bb93f1accc2b7cdc95f3e..874043bcdb7d2c39bf88c0b7228de3fd5f39c0f6 100644 (file)
 #
 # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
 #
+<IfModule !mpm_simple_module>
 <IfModule !mpm_winnt_module>
 <IfModule !mpm_netware_module>
+<IfModule !mpm_mpmt_os2_module>
+<IfModule !mpm_beos_module>
 LockFile "@rel_logfiledir@/accept.lock"
 </IfModule>
 </IfModule>
+</IfModule>
+</IfModule>
+</IfModule>
 
 
 #