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

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

docs/manual/mod/mpm_common.xml

index f8e2e0b5cb57fc1ba22d1270a4d2da115cdd436a..e2d0f445e271201f73dbf08723792eefbac214f0 100644 (file)
@@ -619,7 +619,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>beos</module>
 <module>mpm_winnt</module><module>prefork</module>
@@ -635,7 +635,7 @@ the child processes</description>
     Apache to always create the file on the disk.</p>
 
     <example><title>Example</title>
-      ScoreBoardFile /var/run/apache_status
+      ScoreBoardFile /var/run/apache_runtime_status
     </example>
 
     <p>File-based shared memory is useful for third-party applications