From c3fb2f44f83fdb098ee2f2e48a7f98777faf245d Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 22 Jan 2014 21:30:16 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3