From 28ebfde80173b43bae4cc70aac41f4ff763e8ab9 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 20 May 2010 13:08:06 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_headers.html.en | 5 +++++ docs/manual/mod/mod_headers.xml | 5 +++++ 2 files changed, 10 insertions(+) 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:

-- 2.40.0