From: Jim Jagielski Date: Fri, 23 Aug 2013 17:17:07 +0000 (+0000) Subject: Change docs... will likely also need to change when we X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1acf7d1ba634b74b59c14095de4d447b203f440;p=thirdparty%2Fapache%2Fhttpd.git Change docs... will likely also need to change when we formalize a better "encoding" for paths, but... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 5a1ab09db45..08afa84d33c 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -807,9 +807,9 @@ expressions ProxyPass.

Support for using a Unix Domain Socket is available by using a target - of socket=percent-encoded-path. For example, to target the + of uds=percent-encoded-path. For example, to target the UDS at /home/www/socket you would use - http://socket=%2Fhome%2Fwww%2Fsocket

+ http://uds=%2Fhome%2Fwww%2Fsocket

Suppose the local server has address http://example.com/; then