]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the directive name used in <default> syntax for DefaultRuntimeDir.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 08:37:25 +0000 (08:37 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 08:37:25 +0000 (08:37 +0000)
Add some links.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853623 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index a266c8e02ff1bf3403e9fea93a9321eebd8eb8ff..f1516a35175ecd1e6eec1ee9bdf068733402291a 100644 (file)
@@ -747,7 +747,7 @@ DefaultRuntimeDir scratch/
 <name>DefaultStateDir</name>
 <description>Base directory for the persistent state files</description>
 <syntax>DefaultStateDir <var>directory-path</var></syntax>
-<default>DefaultRuntimeDir DEFAULT_REL_STATEDIR (state/)</default>
+<default>DefaultStateDir DEFAULT_REL_STATEDIR (state/)</default>
 <contextlist><context>server config</context></contextlist>
 <compatibility>Available in Apache 2.5.1 and later</compatibility>
 
@@ -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
-    <directive>ServerRoot</directive>.</p>
+    <directive module="core">ServerRoot</directive>.</p>
 
     <p><strong>Example</strong></p>
    <highlight language="config">
@@ -767,14 +767,14 @@ DefaultStateDir state/
     modified by changing the <code>DEFAULT_REL_STATEDIR</code> #define
     at build time.</p>
 
-   <p>Note: <directive>ServerRoot</directive> should be specified before this
-   directive is used. Otherwise, the default value of <directive>ServerRoot</directive>
+   <p>Note: <directive module="core">ServerRoot</directive> should be specified before this
+   directive is used. Otherwise, the default value of <directive module="core">ServerRoot</directive>
    would be used to set the base directory.</p>
 
 </usage>
 <seealso><a href="../misc/security_tips.html#serverroot">the
     security tips</a> for information on how to properly set
-    permissions on the <directive>ServerRoot</directive></seealso>
+    permissions on the <directive module="core">ServerRoot</directive></seealso>
 </directivesynopsis>
 
 <directivesynopsis>