]> granicus.if.org Git - apache/commitdiff
PR49308: Header directive doesn't see CGI-issued headers because they live in err_hea...
authorEric Covener <covener@apache.org>
Thu, 20 May 2010 13:08:06 +0000 (13:08 +0000)
committerEric Covener <covener@apache.org>
Thu, 20 May 2010 13:08:06 +0000 (13:08 +0000)
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
docs/manual/mod/mod_headers.xml

index 35e94e6b0e8f9399256c9ec5faf5ce24ff79b79d..5ed154a721b9b6765feef2a75a6aeb8ef168b622 100644 (file)
@@ -226,6 +226,11 @@ headers</td></tr>
     successful responses, and is always needed to affect non-<code>2<var>xx</var></code> 
     responses such as redirects or client errors.</p>
 
+    <div class="note"><h3>CGI</h3>
+      <p>To manipulate headers set by CGI scripts, it is necessary to specify 
+      <code>always</code> for the first parameter.</p>
+    </div>
+
     <p>The action it performs is determined by the first
     argument (second argument if a <var>condition</var> is specified).
     This can be one of the following values:</p>
index d269e1846333441040b1aed2d1ca97c67bc181be..755d3cb48df3c8075fb09c22b7ca7275a93bc49a 100644 (file)
@@ -315,6 +315,11 @@ headers</description>
     successful responses, and is always needed to affect non-<code>2<var>xx</var></code> 
     responses such as redirects or client errors.</p>
 
+    <note><title>CGI</title>
+      <p>To manipulate headers set by CGI scripts, it is necessary to specify 
+      <code>always</code> for the first parameter.</p>
+    </note>
+
     <p>The action it performs is determined by the first
     argument (second argument if a <var>condition</var> is specified).
     This can be one of the following values:</p>