From d0fef61ba3a281ab044c7a8d9ead569ba0dc232f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 14 Apr 2015 19:39:38 +0000 Subject: [PATCH] Rebuild HTML docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673538 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 7 +++++++ docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) 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