Commit a0d26240 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

grab r1369435 from trunk:

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
parent d89fad64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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