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