From 4b350d3e565bd1d97fc3387a6ee964ed1f1ceaf8 Mon Sep 17 00:00:00 2001
From: Jeff Trawick With the file-based mechanisms fcntl and flock,
the path, if provided, is a directory where the lock file will be created.
- The default directory is httpd's run-time file directory,
- If the path is not absolute then it is assumed to be relative to
- the Details of other shared object cache providers can be found
here.
DefaultRuntimeDir
. If a relative
- path is provided, it is relative to
- DefaultRuntimeDir
. Always use a local
- disk filesystem for /path/to/mutex
and never a directory residing
+ The default directory is httpd's run-time file directory relative to
+ ServerRoot
. Always use a local disk
+ filesystem for /path/to/mutex
and never a directory residing
on a NFS- or AFS-filesystem. The basename of the file will be the mutex
type, an optional instance string provided by the module, and unless the
OmitPID
keyword is specified, the process id of the httpd
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 2080b85a4c..c81c9ecf99 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index a152f91588..a825e57a7e 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/mod_socache_dbm.html.en b/docs/manual/mod/mod_socache_dbm.html.en
index 134ef4cabb..baac279c4d 100644
--- a/docs/manual/mod/mod_socache_dbm.html.en
+++ b/docs/manual/mod/mod_socache_dbm.html.en
@@ -41,9 +41,6 @@
dbm:/path/to/datafile
DefaultRuntimeDir
.
If the path is not absolute then it is assumed to be relative to
- the DefaultRuntimeDir
.
Details of other shared object cache providers can be found here.
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 685b629827..4fd6d0c1ce 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -430,7 +430,7 @@ spikesPidFile filename
PidFile httpd.pid
PidFile logs/httpd.pid
event
, mpm_winnt
, mpmt_os2
, prefork
, worker
The PidFile
directive sets the file to
which the server records the process id of the daemon. If the
filename is not absolute then it is assumed to be relative to the
- DefaultRuntimeDir
.
ServerRoot
.
PidFile /var/run/apache.pid @@ -483,7 +483,7 @@ of the daemonDescription: Location of the file used to store coordination data for the child processes - Syntax: ScoreBoardFile file-path
+ Default: ScoreBoardFile apache_runtime_status
Default: ScoreBoardFile logs/apache_runtime_status
Context: server config Status: MPM @@ -496,10 +496,6 @@ the child processes disk (using file-based shared memory). Specifying this directive causes Apache httpd to always create the file on the disk. - Module: event
,mpm_winnt
,prefork
,worker
If file-path is not an absolute path, the location specified - will be relative to the value of -
-DefaultRuntimeDir
.Example
ScoreBoardFile /var/run/apache_runtime_statusdiff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index a8a471c206..3ace4da975 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -1,7 +1,7 @@ - + + +