From: Eric Covener Date: Thu, 20 May 2010 18:55:40 +0000 (+0000) Subject: backport 946616 and 946617 from trunk: X-Git-Tag: 2.2.16~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d20b894617b6de0931378ffef5f74317e650cb;p=thirdparty%2Fapache%2Fhttpd.git backport 946616 and 946617 from trunk: PR49308: Header directive doesn't see CGI-issued headers because they live in err_headers. emphasize request/response in the timing description, easy to miss the significance git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@946756 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 42eb811617b..a2b068afbf8 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -70,8 +70,8 @@ headers

Early and Late Processing

mod_headers can be applied either early or late - in the request. The normal mode is late, when Request Headers are - set immediately before running the content generator and Response + in the request. The normal mode is late, when Request Headers are + set immediately before running the content generator and Response Headers just as the response is sent down the wire. Always use Late mode in an operational server.

@@ -222,6 +222,11 @@ headers successful responses, and is always needed to affect non-2xx responses such as redirects or client errors.

+

CGI

+

To manipulate headers set by CGI scripts, it is necessary to specify + always for the first parameter.

+
+

The action it performs is determined by the first argument (second argument if a condition is specified). This can be one of the following values:

diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index bef45ae4ddd..2d94333abfa 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -58,8 +58,8 @@ headers
Early and Late Processing

mod_headers can be applied either early or late - in the request. The normal mode is late, when Request Headers are - set immediately before running the content generator and Response + in the request. The normal mode is late, when Request Headers are + set immediately before running the content generator and Response Headers just as the response is sent down the wire. Always use Late mode in an operational server.

@@ -306,6 +306,11 @@ headers successful responses, and is always needed to affect non-2xx responses such as redirects or client errors.

+ CGI +

To manipulate headers set by CGI scripts, it is necessary to specify + always for the first parameter.

+
+

The action it performs is determined by the first argument (second argument if a condition is specified). This can be one of the following values: