]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mpm.conf
- release 2
[packages/apache.git] / apache-mpm.conf
index 51cd43d19618d1f3f2b0f2a9d2305c9cb14b252b..5a1b75c0450d5b42b0753c5d72131abcc22de448 100644 (file)
@@ -15,10 +15,14 @@ LoadModule mpm_prefork_module                modules/mod_mpm_prefork.so
 #
 PidFile /var/run/httpd.pid
 
+# Mutex: Allows you to set the mutex mechanism and mutex file directory
+# for individual mutexes, or change the global defaults
 #
-# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
+# Uncomment and change the directory if mutexes are file-based and the default
+# mutex file directory is not on a local disk or is not appropriate for some
+# other reason.
 #
-Mutex file:/var/run/httpd/
+# Mutex default:/var/run/httpd/
 
 #
 # Only one of the below sections will be relevant on your