From: Joshua Slive Date: Wed, 4 May 2005 00:19:02 +0000 (+0000) Subject: Note the ErrorHeader applies to all responses. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80ab8a674af0de225bc7a6a8dfc5bb479552dfb;p=thirdparty%2Fapache%2Fhttpd.git Note the ErrorHeader applies to all responses. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@168026 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/mod_headers.html b/htdocs/manual/mod/mod_headers.html index e8bfb9a3b1a..b2c4ca802d6 100644 --- a/htdocs/manual/mod/mod_headers.html +++ b/htdocs/manual/mod/mod_headers.html @@ -151,7 +151,8 @@ Header unset Author rel="Help">Module: mod_headers

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.

This directive is identical to the Header