]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mpm.conf
- mod_authn/z_core provide mod_authn/z_default to smooth upgrade
[packages/apache.git] / apache-mpm.conf
index 74081c8c986ed4e00e8333e45b4f20e89df166e2..033073b05caf16e9870520fd53981a700bbb3dfc 100644 (file)
@@ -1,6 +1,10 @@
 #
 # Server-Pool Management (MPM specific)
 #
+# Use prefork as default
+LoadModule mpm_prefork_module                modules/mod_mpm_prefork.so
+#LoadModule mpm_worker_module                modules/mod_mpm_worker.so
+#LoadModule mpm_event_module                modules/mod_mpm_event.so
 
 #
 # PidFile: The file in which the server should record its process
@@ -13,7 +17,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