summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-13 02:35:18 +0000
committerRich Bowen <rbowen@apache.org>2002-06-13 02:35:18 +0000
commit6438d87655baf1e97b989a60f09aa8afb7179377 (patch)
tree48818d49ee7765708ed38911efb55fe533cfd7a2
parent3a097eb4f3737d61ca92c576cd3723d748e0ed44 (diff)
downloadhttpd-6438d87655baf1e97b989a60f09aa8afb7179377.tar.gz
Example for ScoreBoardFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mpm_common.html.en4
-rw-r--r--docs/manual/mod/mpm_common.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index 0b64df8937..8f94f3adf9 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -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>
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 3bddcf1b9a..87b8b35294 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -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>