Commit 2e03758c authored by Richard Bowen's avatar Richard Bowen
Browse files

Example for ScoreBoardFile


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630 13f79535-47bb-0310-9956-ffa450edef68
parent 1e46dec6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -221,6 +221,10 @@ the child processes</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.htm
    disk (using file-based shared memory). Specifying this directive causes
    Apache to always create the file on the disk.</p>

    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
    ScoreBoardFile /var/run/apache_status
    </code></td></tr></table></blockquote>

    <p>File-based shared memory is useful for third-party applications
    that require direct access to the scoreboard.</p>

+4 −0
Original line number Diff line number Diff line
@@ -395,6 +395,10 @@ the child processes</description>
    disk (using file-based shared memory). Specifying this directive causes
    Apache to always create the file on the disk.</p>

    <example><title>Example</title>
    ScoreBoardFile /var/run/apache_status
    </example>

    <p>File-based shared memory is useful for third-party applications
    that require direct access to the scoreboard.</p>