summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>