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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea329baca2c814e5c7c70c828b90a8d9f5e51c9;p=thirdparty%2Fapache%2Fhttpd.git
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 89c2771bd70..95389b0b787 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/;