From bc85801af4cb43b3633b0116270fa88505a19949 Mon Sep 17 00:00:00 2001
From: Jim Jagielski 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.
unix:
URL is [P,NE] option to prevent the '|' character
+ from being escaped.Suppose the local server has address http://example.com/;
then