From 3d76743798d850fbb16c5f4ea19a6a2e016984af Mon Sep 17 00:00:00 2001
From: Jim Jagielski <jim@apache.org>
Date: Thu, 17 Oct 2013 16:54:53 +0000
Subject: [PATCH] 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
---
 docs/manual/mod/mod_proxy.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

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</description>
     <p>Support for using a Unix Domain Socket is available by using a target
     which prepends <code>unix:/path/lis.sock|</code>. For example, to proxy
     HTTP and target the UDS at /home/www/socket you would use
-    <code>unix:/home/www.socket|http://localhost/</code>.</p>
+    <code>unix:/home/www.socket|http://localhost/whatever/</code>.</p>
 
-    <note><strong>Note: </strong>When using Unix Domain Sockets, the hostname and path
-    associated with the 2nd URL (<code>http://localhost/</code> in the above
-    example) is ignored; only the scheme is significant.
-    The path associated with the <code>unix:</code>
+    <note><strong>Note:</strong> The path associated with the <code>unix:</code>
     URL is <directive>DefaultRuntimeDir</directive> aware.</note>
 
     <p>Suppose the local server has address <code>http://example.com/</code>;
-- 
2.40.0