From: Jim Jagielski
Date: Thu, 17 Oct 2013 16:54:53 +0000 (+0000)
Subject: docco update now that we can support URL paths
X-Git-Tag: 2.5.0-alpha~4926
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d76743798d850fbb16c5f4ea19a6a2e016984af;p=apache
docco update now that we can support URL paths
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1533154 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 89c2771bd7..95389b0b78 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -825,12 +825,9 @@ expressions
Support for using a Unix Domain Socket is available by using a target
which prepends unix:/path/lis.sock|
. For example, to proxy
HTTP and target the UDS at /home/www/socket you would use
- unix:/home/www.socket|http://localhost/
.
+ unix:/home/www.socket|http://localhost/whatever/
.
- Note: When using Unix Domain Sockets, the hostname and path
- associated with the 2nd URL (http://localhost/
in the above
- example) is ignored; only the scheme is significant.
- The path associated with the unix:
+ Note: The path associated with the unix:
URL is DefaultRuntimeDir aware.
Suppose the local server has address http://example.com/
;