From: André Malo Date: Thu, 23 Jan 2014 10:40:52 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.5.0-alpha~4622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a369527868d6426d3a1989236872074778b37b2;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560626 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index f04fa0a943..90c11fb07e 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1007,14 +1007,20 @@ through usually be set off when using ProxyPass. -

Support for using a Unix Domain Socket is available by using a target +

Support for using a Unix Domain Socket is available by using a url target which prepends unix:/path/lis.sock|. For example, to proxy HTTP and target the UDS at /home/www/socket you would use - unix:/home/www.socket|http://localhost/whatever/.

+ unix:/home/www.socket|http://localhost/whatever/. Since + the socket is local, the hostname used (in this case localhost) + is moot, but it is passed as the Host: header value of the request.

Note: The path associated with the unix: URL is DefaultRuntimeDir aware.
+
Note: RewriteRule requires + the [P,NE] option to prevent the '|' character + from being escaped.
+

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

diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index a8907fce6e..f80df65538 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -28,6 +28,8 @@  fr  |  ja 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index f2b2dc0c7b..a1b0e8568b 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 6fd28235c7..58cfa2e548 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +
Description:Serveur mandataire/passerelle multi-protocole
Statut:Extension
Identificateur de Module:proxy_module