unsubscribe

2016-06-10 Thread Mike MacCana

Re: clone traffic with haproxy

2016-01-27 Thread Mike MacCana
Hi Michael, Not HAProxy related but you can use the iptables 'TEE' target to do this. Mike On Wed, Jan 27, 2016 at 8:09 PM, Michael Rennecke < michael.renne...@gmail.com> wrote: > Hello, > > is it possible to send traffic to 2 backends with HAProxy? One backend > handle the live traffic and the

Re: Official haproxy blog uses a stickiness table of size 1 (just 1, no suffix). Is this OK?

2016-01-08 Thread Mike MacCana
(re-adding list as I accidentally cut it off previously) Thanks Baptiste, that's perfectly clear. Is 'change the config and reload' the best way to do manual failover? Or is there some kind of signal I can send haproxy to make it 'flip' between backends? On Fri, Jan 8, 2016 at 7:20 AM, Baptiste

Official haproxy blog uses a stickiness table of size 1 (just 1, no suffix). Is this OK?

2016-01-04 Thread Mike MacCana
I'm investigating active/passive HAProxy setups and came across the following from the official HAProxy blog. At http://blog.haproxy .com/2014/01/17/emulating-activepassing-application-clustering-with-haproxy/ backend bk_app stick-table type ip size 1 nopurge peers LB The size of 1 seems odd

Stickiness table of size 1 (just 1, no suffix) used in official haproxy blog

2016-01-01 Thread Mike MacCana
I'm investigating active/passive HAProxy setups and came across the following from the official HAProxy blog. At http://blog.haproxy.com/2014/01/17/emulating-activepassing-application-clustering-with-haproxy/ backend bk_app stick-table type ip size 1 nopurge peers LB The size of 1 seems odd