From: Rich Bowen Date: Tue, 14 Apr 2015 19:37:52 +0000 (+0000) Subject: Clarify order of operations - some variables aren't accessible to If. X-Git-Tag: 2.4.13~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82bc71ec1091b023c9a1151a59c82e288415365b;p=thirdparty%2Fapache%2Fhttpd.git Clarify order of operations - some variables aren't accessible to If. See bz 53349 for context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 07195f24a65..fc9076e3256 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1918,6 +1918,13 @@ satisfied by a request at runtime

Only directives that support the directory context can be used within this configuration section.

+ + Certain variables, such as CONTENT_TYPE and other + response headers, are set after <If> conditions have already + been evaluated, and so will not be available to use in this + directive. + + Expressions in Apache HTTP Server,