[packages/apache] - use default mutext (depends on apr default) instead of forcing file mutex

arekm arekm at pld-linux.org
Thu Oct 29 12:38:12 CET 2015


commit 13e66b8201ce6b058ee4e04a014e42d47863d039
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Oct 29 12:38:01 2015 +0100

    - use default mutext (depends on apr default) instead of forcing file mutex

 apache-mpm.conf | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/apache-mpm.conf b/apache-mpm.conf
index 51cd43d..5a1b75c 100644
--- a/apache-mpm.conf
+++ b/apache-mpm.conf
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/13e66b8201ce6b058ee4e04a014e42d47863d039



More information about the pld-cvs-commit mailing list