From: Eric Covener Date: Thu, 20 May 2010 13:08:06 +0000 (+0000) Subject: PR49308: Header directive doesn't see CGI-issued headers because they live in err_hea... X-Git-Tag: 2.3.6~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28ebfde80173b43bae4cc70aac41f4ff763e8ab9;p=apache PR49308: Header directive doesn't see CGI-issued headers because they live in err_headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946616 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 35e94e6b0e..5ed154a721 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -226,6 +226,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 d269e18463..755d3cb48d 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -315,6 +315,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: