From: Christophe Jaillet
Date: Fri, 15 Feb 2019 08:37:25 +0000 (+0000)
Subject: Fix the directive name used in syntax for DefaultRuntimeDir.
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2152
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd88da4d06dd1920024805fd629790c5d93653e;p=thirdparty%2Fapache%2Fhttpd.git
Fix the directive name used in syntax for DefaultRuntimeDir.
Add some links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853623 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index a266c8e02ff..f1516a35175 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -747,7 +747,7 @@ DefaultRuntimeDir scratch/
DefaultStateDir
Base directory for the persistent state files
DefaultStateDir directory-path
-DefaultRuntimeDir DEFAULT_REL_STATEDIR (state/)
+DefaultStateDir DEFAULT_REL_STATEDIR (state/)
server config
Available in Apache 2.5.1 and later
@@ -756,7 +756,7 @@ DefaultRuntimeDir scratch/
directory in which the server will create various persistent state
files (databases, long-lived caches, etc.). If set as a relative
path, the full path will be relative to
- ServerRoot.
+ ServerRoot.
Example
@@ -767,14 +767,14 @@ DefaultStateDir state/
modified by changing the DEFAULT_REL_STATEDIR #define
at build time.
- Note: ServerRoot should be specified before this
- directive is used. Otherwise, the default value of ServerRoot
+
Note: ServerRoot should be specified before this
+ directive is used. Otherwise, the default value of ServerRoot
would be used to set the base directory.
the
security tips for information on how to properly set
- permissions on the ServerRoot
+ permissions on the ServerRoot