From: Jeff Trawick Date: Thu, 17 Apr 2014 11:26:04 +0000 (+0000) Subject: Add hint about RequestHeader X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f5947fb092ae0113cd79ffe398dfaac06fdc00;p=thirdparty%2Fapache%2Fhttpd.git Add hint about RequestHeader git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4f9625cc5f3..fbe51bf2e08 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -448,6 +448,11 @@ ProxyPass /examples http://backend.example.com/examples timeout=10 module="mod_proxy">ProxyVia directives, which control other request headers.

+

Note: If you need to specify custom request headers to be + added to the forwarded request, use the + RequestHeader + directive.

+