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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3fb2f44f83fdb098ee2f2e48a7f98777faf245d;p=thirdparty%2Fapache%2Fhttpd.git
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 fc4c0885fe9..74a8226690e 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.