<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>
+<compatibility>Available in 2.4.34 and later</compatibility>
<usage>
<p>The <code><IfFile <var>filename</var>>...</IfFile>
</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>
<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>
<compatibility>Available in 2.4.34 and later.</compatibility>
<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>
<compatibility>Available in 2.4.34 and later.</compatibility>