From: Jeff Trawick
Date: Sat, 4 Aug 2012 21:40:58 +0000 (+0000)
Subject: xforms
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd265abd7680bf02e3be2c47af5e483fe6082219;p=thirdparty%2Fapache%2Fhttpd.git
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369479 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index 4ed37e96ebb..ac723a1daf7 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -483,7 +483,7 @@ of the daemon
| Description: | Location of the file used to store coordination data for
the child processes |
| Syntax: | ScoreBoardFile file-path |
-| Default: | ScoreBoardFile logs/apache_status |
+| Default: | ScoreBoardFile apache_runtime_status |
| Context: | server config |
| Status: | MPM |
| Module: | event, mpm_winnt, prefork, worker |
@@ -496,8 +496,12 @@ the child processes
disk (using file-based shared memory). Specifying this directive causes
Apache httpd to always create the file on the disk.
+ If file-path is not an absolute path, the location specified
+ will be relative to the value of
+ DefaultRuntimeDir.
+
Example
- ScoreBoardFile /var/run/apache_status
+ ScoreBoardFile /var/run/apache_runtime_status
diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de
index c78570d13b8..7c761822557 100644
--- a/docs/manual/mod/mpm_common.xml.de
+++ b/docs/manual/mod/mpm_common.xml.de
@@ -1,7 +1,7 @@
-
+
+
+