]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note the ErrorHeader applies to all responses.
authorJoshua Slive <slive@apache.org>
Wed, 4 May 2005 00:19:02 +0000 (00:19 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 4 May 2005 00:19:02 +0000 (00:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@168026 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_headers.html

index e8bfb9a3b1a0f51c34050c4c0d64cb836223c683..b2c4ca802d6a7b927aa8d893e2936bea2bf869f6 100644 (file)
@@ -151,7 +151,8 @@ Header unset Author
     rel="Help"><strong>Module:</strong></a> mod_headers 
 
     <p>This directive can replace, merge or remove HTTP response
-    headers during 3xx, 4xx and 5xx replies. For normal replies
+    headers on all replies including errors, redirects, and successful
+    responses.  To add headers only on sucessful (status 2xx) responses,
     use the Header directive.
     </p>
     <p>This directive is identical to the <a href="#header">Header</a>