From: Christophe Jaillet Date: Fri, 11 Jan 2019 21:24:47 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~2215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0447ee185c175341f65d4bcfaf722a83e6aec79e;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851100 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index bcd4abc96dc..64c27c9a2a7 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -908,7 +908,7 @@ expressions

In 2.4.7 and later, support for using a Unix Domain Socket is available by using a target which prepends unix:/path/lis.sock|. For example, to proxy - HTTP and target the UDS at /home/www/socket, you would use + HTTP and target the UDS at /home/www.socket, you would use 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.