]> granicus.if.org Git - apache/commitdiff
Note about new UDS support
authorDaniel Ruggeri <druggeri@apache.org>
Wed, 10 Jul 2013 19:03:34 +0000 (19:03 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Wed, 10 Jul 2013 19:03:34 +0000 (19:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1501913 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 52b649cbba185975b1f0c5feb376a8669e09b0e2..aa77959658c01cab8da5803c84459bea15aeac5c 100644 (file)
@@ -796,6 +796,7 @@ expressions</description>
     proxy</dfn> or <dfn>gateway</dfn>. The <var>path</var> is the name of
     a local virtual path; <var>url</var> is a partial URL for the
     remote server and cannot include a query string.</p>
+
     
     <note><strong>Note: </strong>This directive cannot be used within a 
     <code>&lt;Directory&gt;</code> context.</note>
@@ -805,6 +806,11 @@ expressions</description>
     usually be set <strong>off</strong> when using
     <directive>ProxyPass</directive>.</note>
 
+    <p>Support for using a Unix Domain Socket is available by using a target
+    of <code>socket=percent-encoded-path</code>. For example, to target the
+    UDS at /home/www/socket you would use
+    <code>http://socket=%2Fhome%2Fwww%2Fsocket</code></p>
+
     <p>Suppose the local server has address <code>http://example.com/</code>;
     then</p>