From cebc770b2534ed73fdeb96d7c4eff76db9c350c2 Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Wed, 10 Jul 2013 19:03:34 +0000 Subject: [PATCH] Note about new UDS support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1501913 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 52b649cbba..aa77959658 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

-- 2.40.0