]> granicus.if.org Git - apache/commitdiff
Example for ScoreBoardFile
authorRichard Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 02:35:18 +0000 (02:35 +0000)
committerRichard Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 02:35:18 +0000 (02:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml

index 0b64df89377f84c25aa144d08d5b2c2f54d8615a..8f94f3adf985b280fe422838ae595f4f85858d06 100644 (file)
@@ -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>
 
index 3bddcf1b9ab5753fd8164f04967383af54e0cd31..87b8b35294c678156376505cd2e5891ce29707ac 100644 (file)
@@ -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>