]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some compatibility note + some small syntax highlight sugar.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 5 Apr 2018 21:13:51 +0000 (21:13 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 5 Apr 2018 21:13:51 +0000 (21:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828478 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 8c87ab5ba452106f958c784f39558b71cf269ea4..a82c8c740c15f24eea15d6e49d8b5ad241ec4bda 100644 (file)
@@ -2315,6 +2315,7 @@ if file exists at startup</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
+<compatibility>Available in 2.4.34 and later</compatibility>
 <override>All</override>
 
 <usage>
@@ -2322,21 +2323,21 @@ if file exists at startup</description>
     </code> section is used to mark directives that are conditional on
     the existence of a file on disk. The directives within an
     <directive type="section">IfFile</directive> section are only
-    processed if the <var>filename</var> exists. If <var> filename</var>
+    processed if <var>filename</var> exists. If <var>filename</var>
     doesn't exist, everything between the start and end markers is
     ignored. <var>filename</var> can be an absolute path or a path
     relative to the server root.</p>
 
-    <p>The <var>filename</var> in the <directive type="section">IfFile
-    </directive> section directive can take the same forms as the
-    <var>test</var> variable in the <directive type="section">IfDefine
-    </directive> section, i.e. the test can be negated if the <code>
+    <p>The <var>filename</var> in the <directive type="section"
+    >IfFile</directive> section directive can take the same forms as the
+    <var>test</var> variable in the <directive type="section" module="core"
+    >IfDefine</directive> section, i.e. the test can be negated if the <code>
     !</code> character is placed directly before <var>filename</var>.
     </p>
    
     <p>If a relative <var>filename</var> is supplied, the check is
-    <directive>ServerRoot</directive> relative.  In the  case where
-    this directive occurs before the <directive>ServerRoot</directive>,
+    <directive module="core">ServerRoot</directive> relative. In the case where
+    this directive occurs before the <directive module="core">ServerRoot</directive>,
     the path will be checked relative to the compiled-in server root or
     the server root passed in on the command line via the <code>-d</code>
     parameter.</p>
@@ -2408,6 +2409,7 @@ presence or absence of a specific directive</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
+<compatibility>Available in 2.4.34 and later</compatibility>
 <override>All</override>
 
 <usage>
@@ -2452,6 +2454,7 @@ presence or absence of a specific section directive</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
+<compatibility>Available in 2.4.34 and later</compatibility>
 <override>All</override>
 
 <usage>