freebsd-ports/www/apache22/files/patch-docs__conf__extra__httpd-mpm.conf.in
Olli Hauer 887bc73476 - use @sample for conf files
- backport ab from 2.4.x
- fix mode for suexec, cgi test files
- adopt http-ssl.conf.in from upstream trunk
- rebuild some patches
2015-05-31 12:52:00 +00:00

11 lines
298 B
Text

--- docs/conf/extra/httpd-mpm.conf.in.orig 2007-12-29 03:08:28 UTC
+++ docs/conf/extra/httpd-mpm.conf.in
@@ -17,7 +17,7 @@
#
<IfModule !mpm_winnt_module>
<IfModule !mpm_netware_module>
-LockFile "@rel_logfiledir@/accept.lock"
+LockFile "@rel_runtimedir@/accept.lock"
</IfModule>
</IfModule>