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
<p>Only directives that support the <a href="directive-dict.html#Context"
>directory context</a> can be used within this configuration section.</p>
+ <note type="warning">
+ Certain variables, such as <code>CONTENT_TYPE</code> and other
+ response headers, are set after <If> conditions have already
+ been evaluated, and so will not be available to use in this
+ directive.
+ </note>
+
</usage>
<seealso><a href="../expr.html">Expressions in Apache HTTP Server</a>,