From 82bc71ec1091b023c9a1151a59c82e288415365b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 14 Apr 2015 19:37:52 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 07195f24a6..fc9076e325 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, -- 2.50.1