X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-mpm.conf;h=5a1b75c0450d5b42b0753c5d72131abcc22de448;hp=51cd43d19618d1f3f2b0f2a9d2305c9cb14b252b;hb=a6d298e795b539839512e1cb85f4b73224b39a8e;hpb=45dd0a09984de9c699f66d58cb994b63b5188790 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