From c77017e1090f53ba951a641245eb5864c418ab0b Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 1 Jul 2018 08:23:23 +0000 Subject: [PATCH] Add some compatibility note + some small syntax highlight sugar. (1828478 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1834775 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 4da8fe4ee1..b37701eab3 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2278,28 +2278,28 @@ if file exists at startup server configvirtual host directory.htaccess -Available in 2.4.34 and later. +Available in 2.4.34 and later

The <IfFile filename>...</IfFile> section is used to mark directives that are conditional on the existence of a file on disk. The directives within an IfFile section are only - processed if the filename exists. If filename + processed if filename exists. If filename doesn't exist, everything between the start and end markers is ignored. filename can be an absolute path or a path relative to the server root.

-

The filename in the IfFile - section directive can take the same forms as the - test variable in the IfDefine - section, i.e. the test can be negated if the +

The filename in the IfFile section directive can take the same forms as the + test variable in the IfDefine section, i.e. the test can be negated if the ! character is placed directly before filename.

If a relative filename is supplied, the check is - ServerRoot relative. In the case where - this directive occurs before the ServerRoot, + ServerRoot relative. In the case where + this directive occurs before the ServerRoot, the path will be checked relative to the compiled-in server root or the server root passed in on the command line via the -d parameter.

@@ -2373,6 +2373,7 @@ presence or absence of a specific directive server configvirtual host directory.htaccess +Available in 2.4.34 and later All Available in 2.4.34 and later. @@ -2418,6 +2419,7 @@ presence or absence of a specific section directive server configvirtual host directory.htaccess +Available in 2.4.34 and later All Available in 2.4.34 and later. -- 2.40.0