From: Rich Bowen Date: Tue, 14 Apr 2015 19:37:47 +0000 (+0000) Subject: Clarify order of operations - some variables aren't accessible to If. X-Git-Tag: 2.5.0-alpha~3303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2438ac63837fd7330472aaf09a16bb10052e594d;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/trunk@1673535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a4f9f319fcc..b069810b559 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1967,6 +1967,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,