Re: Stats Page Not Matching Log Lines

2014-09-26 Thread JCM
On 25 September 2014 19:09, SC stevielivesh...@gmail.com wrote: [snip] My confusion comes from not understanding the discrepancy between some of the numbers. I get why frontend and backend would differ; obviously if the request doesn't even make it to a backend server then there would be a

Re: retry new backend on http errors?

2014-09-26 Thread JCM
On 25 September 2014 14:47, Klavs Klavsen k...@vsen.dk wrote: Any way to make haproxy retry requests with certain http response codes X times (or just until all backends have been tried) ? Nope. You really don't want to do this. And I'd be sad if the devs added anything in to HAProxy to enable

Re: source based loadbalancing hash algorithm

2014-09-26 Thread JCM
On 25 September 2014 16:45, Gerd Müller gmuel...@gmbd.de wrote: Hi list, we want to stress test our system. We have 8 nodes behind the haproxy and 8 server infront to generate the request. Since we are using source based loadbalancing I would like to know how the hash is build so I can give

Re: retry new backend on http errors?

2014-09-26 Thread Klavs Klavsen
JCM said the following on 09/26/2014 11:46 AM: On 25 September 2014 14:47, Klavs Klavsen k...@vsen.dk wrote: Any way to make haproxy retry requests with certain http response codes X times (or just until all backends have been tried) ? Nope. You really don't want to do this. And I'd be sad

Re: retry new backend on http errors?

2014-09-26 Thread Klavs Klavsen
ohh- and if I were concerned about that.. one could just make it so one haproxy would only retry GETs.. not POSTS.. JCM said the following on 09/26/2014 11:46 AM: On 25 September 2014 14:47, Klavs Klavsen k...@vsen.dk wrote: Any way to make haproxy retry requests with certain http response

Re: Mix option httpchk and ssl-hello-chk

2014-09-26 Thread Kevin COUSIN
Le 22/09/2014 15:44, Baptiste a écrit : On Mon, Sep 22, 2014 at 3:33 PM, Kevin COUSIN ki...@kiven.fr wrote: Hi list, Can I mix the option httpchk and ssl-hello-chk to check the health of an HTTPS website ? Thanks a lot Kevin C. Hi Kevin, No, you can't. It would be easier to

sending traffic to one backend server based on which another backend server sticky session

2014-09-26 Thread Joseph Hardeman
So I have a need to send a remote visitor to one specific server on another port/backend based on the first backend server they logged in to. Its really the same server just different IP's. Is this possible? Joe