From: Rich Bowen Date: Tue, 14 Apr 2015 19:39:38 +0000 (+0000) Subject: Rebuild HTML docs X-Git-Tag: 2.5.0-alpha~3302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0fef61ba3a281ab044c7a8d9ead569ba0dc232f;p=thirdparty%2Fapache%2Fhttpd.git Rebuild HTML docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673538 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index df001acda86..fbc04301499 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