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 2012/08/04 22:59:27 UTC

svn commit: r1369435 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Author: trawick
Date: Sat Aug  4 20:59:27 2012
New Revision: 1369435

URL: http://svn.apache.org/viewvc?rev=1369435&view=rev
Log:
fix documented default value of ScoreBoardFile

Modified:
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?rev=1369435&r1=1369434&r2=1369435&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml Sat Aug  4 20:59:27 2012
@@ -456,7 +456,7 @@ spikes</description>
 <description>Location of the file used to store coordination data for
 the child processes</description>
 <syntax>ScoreBoardFile <var>file-path</var></syntax>
-<default>ScoreBoardFile logs/apache_status</default>
+<default>ScoreBoardFile logs/apache_runtime_status</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>event</module><module>mpm_winnt</module>
 <module>prefork</module><module>worker</module></modulelist>
@@ -472,7 +472,7 @@ the child processes</description>
 
     <example><title>Example</title>
     <highlight language="config">
-      ScoreBoardFile /var/run/apache_status
+      ScoreBoardFile /var/run/apache_runtime_status
       </highlight>
     </example>