From: Jeff Trawick
Date: Thu, 17 Apr 2014 11:30:36 +0000 (+0000)
Subject: merge r1588213 from trunk:
X-Git-Tag: 2.4.10~327
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b5c1cc02962f8d9ebf44c06f0e2581c3d914d64;p=apache
merge r1588213 from trunk:
Add hint about RequestHeader
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588220 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 041f460a4f..6a460ccf20 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -431,6 +431,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.
+