From: Jim Jagielski
Date: Wed, 22 Jan 2014 21:30:16 +0000 (+0000)
Subject: Note that the hostname is passed in the Host: header
X-Git-Tag: 2.5.0-alpha~4624
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a74c3570ac9b4be601fb658d476f4258d3669e61;p=apache
Note that the hostname is passed in the Host: header
of the proxied request.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560518 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index fc4c0885fe..74a8226690 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -840,7 +840,7 @@ expressions
HTTP and target the UDS at /home/www/socket you would use
unix:/home/www.socket|http://localhost/whatever/
. Since
the socket is local, the hostname used (in this case localhost
)
- is moot.
+ is moot, but it is passed as the Host: header value of the request.
Note: The path associated with the unix:
URL is DefaultRuntimeDir aware.