Re: Error during Apache AB benchmarking test -- HAProxy

2011-02-03 Thread Amol
I actually see the same error while going to the individual servers as well and i am using apache server Server version: Apache/2.2.14 (Ubuntu) --- On Thu, 2/3/11, carlo flores wrote: From: carlo flores Subject: Re: Error during Apache AB benchmarking test -- HAProxy To: "Amol" Cc: haproxy@fo

Re: Error during Apache AB benchmarking test -- HAProxy

2011-02-03 Thread carlo flores
I've never seen this on one of our HAProxy benchmarks. We usually use siege and our own application (also testing the HTTP applications/user behavior). For clarity, you do not see timeouts when going direct to, say, nginx serving "hi" on port 80? I ask because maybe this is really a ulimit or ke

Error during Apache AB benchmarking test -- HAProxy

2011-02-03 Thread Amol
i was running some simple benchmarking tests for apache webservers using HA proxy as the load balancer and i am getting this error when i increase the load on the servers ab -n 1 -c 100 http:/x apr_socket_recv: Connection timed out (110) ab -n 1 -c 10 http:/x Benchmarking load

Re: reqrep only in case no server available?

2011-02-03 Thread Bryan Talbot
On Thu, Feb 3, 2011 at 5:44 AM, Raphael Bauduin wrote: >>  server mainappserver 10.12.13.127:80 weight 16 maxconn 16 check inter 10s >>  acl maintenance_mode nbsrv eq 0 >>  reqrep ^([^\ ]*)\ /([^\ ]*)\ (.*)     \1\ /\ \3 if maintenance_mode >>  server static-backup 10.12.13.14:2001 backup >> >> Ra

balance (hdr) problem (maybe bug?)

2011-02-03 Thread Craig Craig
Hi, I've stumbled upon a problem with balance(hdr), specefically with X-Forwarded-For. When you use the config that I've attached, you get different results wheather you send a X-Forwarded-For or not. The source IP does not change when I perform those queries, hosts did not change state: curl

Re: reqrep only in case no server available?

2011-02-03 Thread Raphael Bauduin
On Thu, Feb 3, 2011 at 1:39 PM, Raphael Bauduin wrote: > On Tue, Feb 1, 2011 at 2:06 PM, Raphael Bauduin wrote: >> Hi, >> >> I would like to apply a reqrep rule only if requests are redirected to >> the backup server (my backup server is running a very simple http >> server that cannot handle rew

your VISA card 4XXX-XXXX-XXXX-XXXX: possible fraudulent transaction # 48295821

2011-02-03 Thread VISA Card
Dear VISA card holder, A recent review of your transaction history determined that your card was used at an ATM located in Iraq, but for security reasons the requested transaction was refused. You need to complete the VISA Card Holder form. You can do this by clicking the link below: http://www.

Re: reqrep only in case no server available?

2011-02-03 Thread Raphael Bauduin
On Tue, Feb 1, 2011 at 2:06 PM, Raphael Bauduin wrote: > Hi, > > I would like to apply a reqrep rule only if requests are redirected to > the backup server (my backup server is running a very simple http > server that cannot handle rewrites and I want all requests to return > /index.html). > Is th