<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>