You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/01/22 22:30:17 UTC

svn commit: r1560518 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: jim
Date: Wed Jan 22 21:30:16 2014
New Revision: 1560518

URL: http://svn.apache.org/r1560518
Log:
Note that the hostname is passed in the Host: header
of the proxied request.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1560518&r1=1560517&r2=1560518&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Wed Jan 22 21:30:16 2014
@@ -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>