Re: [squid-users] HAProxy + Squid

2019-08-08 Thread Amos Jeffries
On 9/08/19 1:44 am, neok wrote: > Hi, I finally did the configuration differently. It's working very well for > me. > What you are doing is polluting every HTTP message with two new headers. The way Rafael suggested is more efficient since the PROXY protocol details are only delivered at the sta

Re: [squid-users] acl src question

2019-08-08 Thread Amos Jeffries
On 9/08/19 1:57 am, Service MV wrote: > Hello everyone! > > I have a network 192.168.10.0/22 > I want to let the IP ranges 192.168.12.1 to 192.168.13.254 through my > proxy, but not the ranges 192.168.10.1 to 192.168.11.254. > If I don't misunderstand the documentation >

Re: [squid-users] Problems with squid 3.1 to 3.3 upgrade

2019-08-08 Thread Alex Rousskov
On 8/8/19 3:29 PM, Tom Karches wrote: > I am in the process of upgrading our Squid proxy server from 3.1 (on > RHEL6) to 3.3 (on RHEL7). It could have been worse! For example, you could ask a question about upgrading Squid from v1.0 to v2.0... I will try to help, but I do not remember much about

[squid-users] Problems with squid 3.1 to 3.3 upgrade

2019-08-08 Thread Tom Karches
I am in the process of upgrading our Squid proxy server from 3.1 (on RHEL6) to 3.3 (on RHEL7). It is configured as a explicit (not transparent) proxy that listens on port 3128. Clients are explicitly configured to use the proxy. On the 3.3 system with the same squid.conf as the 3.1 system (I have

[squid-users] acl src question

2019-08-08 Thread Service MV
Hello everyone! I have a network 192.168.10.0/22 I want to let the IP ranges 192.168.12.1 to 192.168.13.254 through my proxy, but not the ranges 192.168.10.1 to 192.168.11.254. If I don't misunderstand the documentation , the correct way to d

Re: [squid-users] HAProxy + Squid

2019-08-08 Thread neok
Hi, I finally did the configuration differently. It's working very well for me. In squid.conf configuring: acl haproxy src x.x.x.x # HAProxy Load Balancer IP follow_x_forwarded_for allow haproxy In haproxy.cfg configuring: defaults global log mode http option httplog

Re: [squid-users] HAProxy + Squid

2019-08-08 Thread neok
Rafael Akchurin wrote > Hello Gabriel, > > We do exactly that in our lab, see docs at > https://docs.diladele.com/administrator_guide_7_0/active_directory_extra/redundancy/haproxy_proxy_protocol.html > It works perfectly. > > Best regards, > Rafael Akchurin > Diladele B.V. > > > > From: squid-

Re: [squid-users] HAProxy + Squid

2019-08-08 Thread neok
Hi, I finally did the configuration differently. It's working very well for me. In squid.conf configuring: acl haproxy src x.x.x.x # HAProxy Load Balancer IP follow_x_forwarded_for allow haproxy In haproxy.cfg configuring: defaults global log mode http option httplog