]> granicus.if.org Git - apache/commitdiff
grab r1369435 from trunk:
authorJeff Trawick <trawick@apache.org>
Sat, 4 Aug 2012 21:00:28 +0000 (21:00 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 4 Aug 2012 21:00:28 +0000 (21:00 +0000)
fix documented default value of ScoreBoardFile

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1369436 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index bf2b1bdde8f9ca74771542c3b4bda70cb4d745ff..2ddbc8ebbd45f6b441ad987bde787497b5aee45b 100644 (file)
@@ -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>