]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix documented default value of ScoreBoardFile
authorJeff Trawick <trawick@apache.org>
Sat, 4 Aug 2012 20:59:27 +0000 (20:59 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 4 Aug 2012 20:59:27 +0000 (20:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369435 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>