Re: Ratelimiting issue

2013-09-28 Thread Karthik Iyer
ybe related to the fixes around commit 563eef4e30 > ("MEDIUM: counters: factor out smp_fetch_sc*_trackers"): > > http://haproxy.1wt.eu/git?p=haproxy.git;a=commit;h=563eef4e30 > > > > Ah, ok. Thanks a lot, for the help. - Karthik Iyer >

Re: Ratelimiting issue

2013-09-27 Thread Karthik Iyer
Okay, post installing haproxy-1.5-dev19 and applying the latest patch haproxy-1.5-dev19-patches-LATEST.tar.gz. The ratelimiting works as expected. I am guessing, this was some bug which existed on 1.5-dev18, which got fixed on the later versions. Let me know. Thanks, - Karthik

Ratelimiting issue

2013-09-26 Thread Karthik Iyer
) with version 1.5-dev7. The ratelimting works as expected. Any help here is appreciated. Thanks, - Karthik Iyer

source ip - tcp mode

2012-01-18 Thread Karthik Iyer
Hello, Is there any way to get the souce ip exposed to the nodes for tcp mode in someway while running haproxy as non-tproxy, for haproxy 1.4 ? For http mode we have this x-forwarded-for to the rescue. On Freenode #haproxy, someone mentioned that there is a patch for this, I tried to google for

source ip for tcp mode

2012-01-17 Thread Karthik Iyer
Hello, Is there any way to get the souce ip exposed to the nodes for tcp mode in someway while running haproxy as non-tproxy, for haproxy 1.4 ? For http mode we have this x-forwarded-for to the rescue. On Freenode #haproxy, someone mentioned that there is a patch for this, I tried to google for

Re: HAProxy and IIS 6

2011-10-10 Thread Karthik Iyer
in specified period. Ex : backend web-backend balance leastconn option httpchk GET /check.aspx HTTP/1.0 http-check expect string Success server node1 192.168.8.1:80 check inter 3000 rise 2 fall 3 maxconn 250 - Karthik Iyer

DSR in tcp mode ?

2011-09-25 Thread Karthik Iyer
Hello, I am new user of HAproxy. Wanted to know, if HAproxy allows Direct routing (Direct Server Return) for tcp mode. My scenario is, I have got some whois real servers. There is a rate limiting stuff built inside the code of the whois servers, which needs the source IP of the client for the ra