Commit 8754c1f1 authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent ea825d77
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>