From 6438d87655baf1e97b989a60f09aa8afb7179377 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 13 Jun 2002 02:35:18 +0000 Subject: [PATCH] Example for ScoreBoardFile 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 | 4 ++++ docs/manual/mod/mpm_common.xml | 4 ++++ 2 files changed, 8 insertions(+) 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.

-- 2.50.1