From: Rich Bowen Date: Tue, 14 Apr 2015 19:39:38 +0000 (+0000) Subject: Rebuild HTML docs X-Git-Tag: 2.4.13~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f51c7252f6269f137f6b9f7ac3326fe4a9ac2cac;p=apache Rebuild HTML docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0c9d4108da..922614ffe7 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1925,6 +1925,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. +
+

See also