You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/12/02 20:54:23 UTC

svn commit: r886291 - /httpd/httpd/trunk/docs/conf/httpd.conf.in

Author: trawick
Date: Wed Dec  2 19:54:23 2009
New Revision: 886291

URL: http://svn.apache.org/viewvc?rev=886291&view=rev
Log:
catch up with updated Mutex syntax

Modified:
    httpd/httpd/trunk/docs/conf/httpd.conf.in

Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=886291&r1=886290&r2=886291&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/httpd.conf.in Wed Dec  2 19:54:23 2009
@@ -33,10 +33,11 @@
 # 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