From: Daniel Ruggeri
Date: Wed, 10 Jul 2013 19:03:34 +0000 (+0000)
Subject: Note about new UDS support
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d936a22e9f3b3768456a1d3fb72e548d9f46fabc;p=thirdparty%2Fapache%2Fhttpd.git
Note about new UDS support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1501913 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 52b649cbba1..aa77959658c 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -796,6 +796,7 @@ expressions
proxy or gateway. The path is the name of
a local virtual path; url is a partial URL for the
remote server and cannot include a query string.
+
Note: This directive cannot be used within a
<Directory> context.
@@ -805,6 +806,11 @@ expressions
usually be set off when using
ProxyPass.
+ Support for using a Unix Domain Socket is available by using a target
+ of socket=percent-encoded-path. For example, to target the
+ UDS at /home/www/socket you would use
+ http://socket=%2Fhome%2Fwww%2Fsocket
+
Suppose the local server has address http://example.com/;
then