Commit 55ba58dc authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix a typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851100 13f79535-47bb-0310-9956-ffa450edef68
parent d26f2a1b
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/mod_proxy.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@ expressions</description>

    <p>In 2.4.7 and later, support for using a Unix Domain Socket is available by using a target
    which prepends <code>unix:/path/lis.sock|</code>. 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
    <code>unix:/home/www.socket|http://localhost/whatever/</code>. Since
    the socket is local, the hostname used (in this case <code>localhost</code>)
    is moot, but it is passed as the Host: header value of the request.</p>