]> granicus.if.org Git - apache/commitdiff
Note that the hostname is passed in the Host: header
authorJim Jagielski <jim@apache.org>
Wed, 22 Jan 2014 21:30:16 +0000 (21:30 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 22 Jan 2014 21:30:16 +0000 (21:30 +0000)
of the proxied request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560518 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index fc4c0885fe9f0e314ad2de16ee1779ea584f373a..74a8226690e76267175e2a8cd11120118187a319 100644 (file)
@@ -840,7 +840,7 @@ expressions</description>
     HTTP and target the UDS at /home/www/socket you would use
     <code>unix:/home/www.socket|http://localhost/whatever/</code>. Since
     the socket is local, the hostname used (in this case <code>localhost</code>)
-    is moot.</p>
+    is moot, but it is passed as the Host: header value of the request.</p>
 
     <note><strong>Note:</strong> The path associated with the <code>unix:</code>
     URL is <directive>DefaultRuntimeDir</directive> aware.</note>