From: Jeff Trawick Date: Wed, 2 Dec 2009 19:54:23 +0000 (+0000) Subject: catch up with updated Mutex syntax X-Git-Tag: 2.3.5~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ffd71cee5fc1880b9621a72df516836e4f13601;p=thirdparty%2Fapache%2Fhttpd.git catch up with updated Mutex syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@886291 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 6b247983527..0bb002d20a0 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -33,10 +33,11 @@ ServerRoot "@@ServerRoot@@" # Mutex: Allows you to set the mutex mechanism and mutex file directory # for individual mutexes, or change the global defaults # -# Uncomment only if mutexes are file-based and the default mutex file -# directory is not appropriate. +# 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 default file:@rel_runtimedir@ +# Mutex default:@rel_runtimedir@ # # Listen: Allows you to bind Apache to specific IP addresses and/or