From: André Malo Date: Mon, 5 Apr 2004 18:13:15 +0000 (+0000) Subject: document ErrorHeader directive X-Git-Tag: pre_ajp_proxy~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f977725cb870a083bbd64f7d0872625a41e6753;p=apache document ErrorHeader directive (more or less taken from 1.3) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103273 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index c816f19f95..61ec75418a 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -124,6 +124,27 @@ is available only in Apache 2.0 + +ErrorHeader +Configure HTTP response headers also for error responses +ErrorHeader set|append|add|unset|echo header +[value [env=[!]variable]] +server configvirtual host +directory.htaccess +FileInfo + + +

This directive can replace, merge or remove HTTP response headers also during +3xx, 4xx and +5xx replies. For normal replies use the Header directive.

+ +

This directive is identical to the Header directive in all other respects. +Consult this directive for more information on the syntax.

+
+
+ RequestHeader Configure HTTP request headers