Re: clone traffic with haproxy

2016-01-29 Thread Thierry FOURNIER
Hi, You can do a thing like this with hapoxy 1.6 and a Lua script, but you can duplicate only the part of the request which contains in one haproxy buffer (about 16k). You declare an http action which wait for a full buffer and duplicate the content to an http server using the internal Lua socket

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

clone traffic with haproxy

2016-01-27 Thread Michael Rennecke
Hello, is it possible to send traffic to 2 backends with HAProxy? One backend handle the live traffic and the second is the staging version. If all looks fine, I will switch the backends. I use HAProxy 1.6.3 Cheers, Michael