Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-09 Thread Eliezer Croitoru
Hey Amos, I didn't had the chance to follow the PROXY protocol advancements. Was there any fix for the PROXY protocol issue that I can test? Thanks, Eliezer On 09/06/2015 02:06, Amos Jeffries wrote: We are somewhat recently added basic support for the PROXY protocol to Squid. So HAProxy can

Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-09 Thread Rafael Akchurin
Hi Amos, snip There seems to be a bit of a myth going around about how HAProxy does load balancing. HAProxy is an HTTP layer proxy. Just like Squid. They both do the same things to received TCP connections. But HAProxy supports less HTTP features, so its somewhat simpler processing is also

Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-09 Thread Amos Jeffries
On 9/06/2015 7:15 p.m., Rafael Akchurin wrote: Hi Amos, snip There seems to be a bit of a myth going around about how HAProxy does load balancing. HAProxy is an HTTP layer proxy. Just like Squid. They both do the same things to received TCP connections. But HAProxy supports less HTTP

Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-09 Thread Amos Jeffries
On 9/06/2015 9:36 p.m., Eliezer Croitoru wrote: Hey Amos, I didn't had the chance to follow the PROXY protocol advancements. Was there any fix for the PROXY protocol issue that I can test? IIRC the issues we found are all resolved. Though I've had no confirmation. Amos

Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-09 Thread Alex Samad
Hi I run 2 squid boxes, and I use pacemaker to float 2 VIP's between the 2 boxes. Basically I just run squid on both and I create a VIP resource that test if squid is running to allocate the VIP. But this doesn't really give you load balancing. but very good resilience. Pacemaker and Linux

[squid-users] High-availability and load-balancing between N squid servers

2015-06-08 Thread Rafael Akchurin
Hello all, What is the recommended approach to perform load balancing and high availability between N squid servers? I have the following list of requirements to fullfil: 1) Manage N squid servers that share cache (as far as i understand is done using cache_peer). Desirable. 2) Availability:

Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-08 Thread Brendan Kearney
On 06/08/2015 04:23 PM, Rafael Akchurin wrote: Hello all, What is the recommended approach to perform load balancing and high availability between N squid servers? I have the following list of requirements to fullfil: 1) Manage N squid servers that share cache (as far as i understand is done

Re: [squid-users] High-availability and load-balancing between N squid servers

2015-06-08 Thread Amos Jeffries
On 9/06/2015 9:22 a.m., Brendan Kearney wrote: On 06/08/2015 04:23 PM, Rafael Akchurin wrote: Hello all, What is the recommended approach to perform load balancing and high availability between N squid servers? I have the following list of requirements to fullfil: 1) Manage N squid servers