[squid-users] can squid handle indirect request from clients ?
Amos Jeffries
squid3 at treenet.co.nz
Tue Feb 17 21:54:15 UTC 2015
On 18/02/2015 3:02 p.m., snakeeyes wrote:
> Hi Amos,
>
> Lets forget the authentication now I don’t need it now I will use the ACL Rules on squid only
>
> Wt I need to configure squid so that it handle requests from HAproxy ?
This:
acl from_haproxy src <IP of HAProxy machine>
http_access allow from_haproxy
If you want the PROXY protocol wrapping/tunnel as well, see
<http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html#ss2.7>
Amos
More information about the squid-users
mailing list