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

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to