From 13e66b8201ce6b058ee4e04a014e42d47863d039 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 29 Oct 2015 12:38:01 +0100 Subject: [PATCH] - 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 -- 2.44.0