From: Christophe Jaillet Date: Thu, 5 Apr 2018 21:13:51 +0000 (+0000) Subject: Add some compatibility note + some small syntax highlight sugar. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2722 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933a8f6dab72b6b6f08951f14cb215890f205e5e;p=thirdparty%2Fapache%2Fhttpd.git Add some compatibility note + some small syntax highlight sugar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828478 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 8c87ab5ba45..a82c8c740c1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2315,6 +2315,7 @@ if file exists at startup server configvirtual host directory.htaccess +Available in 2.4.34 and later All @@ -2322,21 +2323,21 @@ if file exists at startup 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.

@@ -2408,6 +2409,7 @@ presence or absence of a specific directive server configvirtual host directory.htaccess +Available in 2.4.34 and later All @@ -2452,6 +2454,7 @@ presence or absence of a specific section directive server configvirtual host directory.htaccess +Available in 2.4.34 and later All