]> git.pld-linux.org Git - packages/apache.git/commitdiff
- use default mutext (depends on apr default) instead of forcing file mutex
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Oct 2015 11:38:01 +0000 (12:38 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Oct 2015 11:38:01 +0000 (12:38 +0100)
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
This page took 0.127916 seconds and 4 git commands to generate.