<p>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
- <code>unix:/home/www.socket|http://localhost/</code>.</p>
+ <code>unix:/home/www.socket|http://localhost/whatever/</code>.</p>
- <note><strong>Note: </strong>When using Unix Domain Sockets, the hostname and path
- associated with the 2nd URL (<code>http://localhost/</code> in the above
- example) is ignored; only the scheme is significant.
- The path associated with the <code>unix:</code>
+ <note><strong>Note:</strong> The path associated with the <code>unix:</code>
URL is <directive>DefaultRuntimeDir</directive> aware.</note>
<p>Suppose the local server has address <code>http://example.com/</code>;