From: Richard Bowen Date: Thu, 13 Jun 2002 02:35:18 +0000 (+0000) Subject: Example for ScoreBoardFile X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e03758c5b35cd8efb9ebdbc232ec91ecd0d21ed;p=apache Example for ScoreBoardFile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630 13f79535-47bb-0310-9956-ffa450edef68 --- 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

Example

+ ScoreBoardFile /var/run/apache_status + +

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

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 disk (using file-based shared memory). Specifying this directive causes Apache to always create the file on the disk.

+ Example + ScoreBoardFile /var/run/apache_status + +

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