You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2013/10/14 16:59:40 UTC

svn commit: r1531930 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: jim
Date: Mon Oct 14 14:59:40 2013
New Revision: 1531930

URL: http://svn.apache.org/r1531930
Log:
Update doccos about UDS

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1531930&r1=1531929&r2=1531930&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Mon Oct 14 14:59:40 2013
@@ -823,9 +823,14 @@ expressions</description>
     <directive>ProxyPass</directive>.</note>
 
     <p>Support for using a Unix Domain Socket is available by using a target
-    of <code>|sock:/path/lis.sock</code>. For example, to target the
-    UDS at /home/www/socket you would use
-    <code>http://localhost/|sock:/home/www.socket</code></p>
+    which appends <code>|sock:/path/lis.sock</code>. For example, to proxy
+    HTTP and target the UDS at /home/www/socket you would use
+    <code>http://localhost/|sock:/home/www.socket</code>.</p>
+
+    <note><strong>Note: </strong>When using Unix Domain Sockets, the hostname and path
+    associated with the 1st URL (<code>http://localhost/<code> in the above
+    example) is ignored; the path associated with the <code>sock:<code>
+    URL is <directive>DefaultRuntimeDir</directive> aware.</note>
 
     <p>Suppose the local server has address <code>http://example.com/</code>;
     then</p>