Re: Dump of invalid requests

2012-10-22 Thread Willy Tarreau
Patch applied, thank you. I have also indicated that the same applies for the HTTP response. Be careful next time you post a patch, your mailer corrupts it. Fortunately it was a small one so I could fix it by hand. Thanks, Willy

Re: How to run Haproxy on multiple CPU core

2012-10-22 Thread Willy Tarreau
Hi Vikash, On Sun, Oct 21, 2012 at 11:20:32PM +0530, freak 62 wrote: What should be the min. configuration of a m/c such that Haproxy running on it can hold up to 30K ~ 50K conn/sec for a total of 50 connections? You're looking for the high number range here, so you absolutely need to run

Haproxy ssl-hello-chk and check

2012-10-22 Thread Kevin COUSIN
Hi, I just setup an HAProxy for a RDS platform. I must set ssl-hello-chk option to get it works, but i can't set server check options with ssl-hello-chk, haproxy said haproxy[5059]: backend FARM has no server available. Is it normal ? Here is my conf: global log 127.0.0.1 local4

Re: Haproxy ssl-hello-chk and check

2012-10-22 Thread Baptiste
Hi, You forgot the directive 'check' on each server line. HAProxy only process health checks on the server you told it to do. cheers On Mon, Oct 22, 2012 at 3:34 PM, Kevin COUSIN ki...@kiven.fr wrote: Hi, I just setup an HAProxy for a RDS platform. I must set ssl-hello-chk option to get

Re: Haproxy ssl-hello-chk and check

2012-10-22 Thread Hervé COMMOWICK
Hello Kevin, You didn't set the check port, and as you specify server address without port number on server line, it can't work. Add check port 3389 on each server line but i think you can't use persist rdp-cookie if you want to use TLS as in http://support.microsoft.com/kb/895433 because Haproxy

Fastest response

2012-10-22 Thread Ben Timby
I am using haproxy to load balance a pool of FTP servers. Since haproxy only handles the command channel and I am using leastconn, it is able to pretty much keep the load balanced between all servers. However, not all users (or command channels) are equal. For example a specific user may open a

Source IP not passing through

2012-10-22 Thread IT_Contact
Hi, My apache access logs on the servers that sit behind my HAproxy server all show the IP of the HAproxy server as the source/client IP. What am I missing in my config? A AG it_cont...@smartshoot.com