]> granicus.if.org Git - apache/commitdiff
catch up with updated Mutex syntax
authorJeff Trawick <trawick@apache.org>
Wed, 2 Dec 2009 19:54:23 +0000 (19:54 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 2 Dec 2009 19:54:23 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@886291 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 6b2479835271f04d00879b19011a99b31fabf39c..0bb002d20a07c4e9979f318ee04f38518df5714d 100644 (file)
@@ -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