
trawick at apache
Aug 4, 2012, 2:00 PM
Post #1 of 1
(21 views)
Permalink
|
|
svn commit: r1369437 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml
|
|
Author: trawick Date: Sat Aug 4 21:00:59 2012 New Revision: 1369437 URL: http://svn.apache.org/viewvc?rev=1369437&view=rev Log: grab r1369435 from trunk: fix documented default value of ScoreBoardFile Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml?rev=1369437&r1=1369436&r2=1369437&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml Sat Aug 4 21:00:59 2012 @@ -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
|