diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index df001acda8..fbc0430149 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1977,6 +1977,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