From: Jim Jagielski
Date: Mon, 14 Oct 2013 14:59:40 +0000 (+0000)
Subject: Update doccos about UDS
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa05c3e545a650b800fe8c814542f2021c25e58c;p=thirdparty%2Fapache%2Fhttpd.git
Update doccos about UDS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531930 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 30fd2a78455..5853595df9e 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -823,9 +823,14 @@ expressions
ProxyPass.
Support for using a Unix Domain Socket is available by using a target
- of |sock:/path/lis.sock. For example, to target the
- UDS at /home/www/socket you would use
- http://localhost/|sock:/home/www.socket
+ which appends |sock:/path/lis.sock. For example, to proxy
+ HTTP and target the UDS at /home/www/socket you would use
+ http://localhost/|sock:/home/www.socket.
+
+ Note: When using Unix Domain Sockets, the hostname and path
+ associated with the 1st URL (http://localhost/ in the above
+ example) is ignored; the path associated with the sock:
+ URL is DefaultRuntimeDir aware.
Suppose the local server has address http://example.com/;
then