haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-06 Thread John-Paul Bader
Hey, I'm currently attempting to replace our commercial Loadbalancer with SSL termination with haproxy. I'm running it on FreeBSD 9.2 Stable. We have thousands of requests per second and for a while everything runs extremely smooth. No queues are running full, machine load is at 0.5,

1.5-dev24 path_beg issue?

2014-05-06 Thread Oskar Liljeblad
I upgraded from 1.5-dev22 to 1.5-dev24 and it appears the following ACL no longer matches anything: acl allowed_paths path_beg -i /areas/ /api/v1/ /content/ /help/ /js/ /login/ /scripts/ /session/ /demo/ Even if the request path is something like /Login/foo?bar=baz I haven't done

RE: 1.5-dev24 path_beg issue?

2014-05-06 Thread Lukas Tribus
Hi Oskar, I upgraded from 1.5-dev22 to 1.5-dev24 and it appears the following ACL no longer matches anything: acl allowed_paths path_beg -i /areas/ /api/v1/ /content/ /help/ /js/ /login/ /scripts/ /session/ /demo/ Even if the request path is something like

RE: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-06 Thread Lukas Tribus
Hi, I'm currently attempting to replace our commercial Loadbalancer with SSL termination with haproxy. I'm running it on FreeBSD 9.2 Stable. We have thousands of requests per second and for a while everything runs extremely smooth. No queues are running full, machine load is at 0.5,

patch proposal: ssl_c_cert

2014-05-06 Thread Jarno Huuskonen
Hello, This is a patch (proposal) to include ssl_c_cert keyword to add client certificate (in pem format) to backend requests. This is useful for offloading ssl for applications that need access to client certificate (for example with something like tomcat sslvalve:

ALLSPORTSHOP'PING : Catmandoo, Rohner, Blunt, Midland, Gocycle

2014-05-06 Thread ALLSPORTSHOP
GOURDE SIGG CHAUSSETTES ROHNER TEXTLE CYCLE HIGH TECH FITNESS OUTDOOR INSCRIPTION Les Frais de port sont offert* jusqu'au Dimanche 18 Mai ! *offre non valable sur les ventes privées Vêtements de golf CATMANDOO (Fournisseur officiel des équipes

Re: mode tcp connections in FIN_WAIT2

2014-05-06 Thread Willy Tarreau
Hello, On Mon, May 05, 2014 at 05:27:28PM -0700, chris somme wrote: Hello, We're running 1.5-dev19 2013/06/17 and running ssh connections through haproxy in mode tcp. Recently we ran into a problem where we had a lot of client connections to haproxy sitting around in FIN_WAIT2 and the

Re: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-06 Thread Willy Tarreau
Hi, On Tue, May 06, 2014 at 12:02:59PM +0200, Lukas Tribus wrote: Hi, I'm currently attempting to replace our commercial Loadbalancer with SSL termination with haproxy. I'm running it on FreeBSD 9.2 Stable. We have thousands of requests per second and for a while everything runs

Re: please check

2014-05-06 Thread Willy Tarreau
Hi Patrick, hi Rachel, I might have fixed half of the issue, I'd like you to test the attached patch. It ensures that the client-side timeout is only disabled after transmitting the whole body and not during the transmission. It will report cD in the flags, but does not affect the status code

Re: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-06 Thread John-Paul Bader
Hey, I will do more elaborate test runs in the next couple of days. I will create traces with ktrace which is not as nice as strace but at least will provide more context. Is there anything in particular you'd be interested in like only syscalls? Meanwhile I have build haproxy with debug

Help with dynamic backend selection

2014-05-06 Thread Rajat Chopra
Hi! The new feature to dynamically select a backend has been going great for me. I use it like this and it all works like a charm : use_backend bk_%[hdr(host),host_to_backend.mapfile] if TRUE Now I need help with a situation. Some of the servers meant for a particular hostname need path

Re: please check

2014-05-06 Thread Patrick Hemmer
*From: *Willy Tarreau w...@1wt.eu *Sent: * 2014-05-06 17:41:18 E *To: *Patrick Hemmer hapr...@stormcloud9.net, Rachel Chavez rachel.chave...@gmail.com *CC: *haproxy@formilux.org *Subject: *Re: please check Hi Patrick, hi Rachel, I might have fixed half of the issue, I'd like you to test the

B2B平台效果日益下滑,展会价格高昂,您有考虑开拓海外市场新途径吗?

2014-05-06 Thread statisticsfiqo
您好: 您还在为平台效果越来越差,展会成本太高范围局限,三低效应而烦恼,寻找新的 发展模式吗? 1.展会和B2B平台,您花费了多少人力物力?收获明显吗? 2.客户采购询盘都是几十上百家一起发,货比三家,价格战满天飞! 3.范围太窄,大家都拥挤在一起,导致三低效应,“询盘质量低”,“成交价格低 ”,“客户忠诚度低”! 双喜软件为您解决以上难题: 软件为您主动式24小时搜遍你们产品行业的上万上游目标客户资源,模拟手工一对 一智能群发,24小时让目标客户知道贵司及产品。具有搜索速度快,搜索质量 高,信息准确率强,开发信到达率高,投入成本低等特点。

Re: please check

2014-05-06 Thread Willy Tarreau
Hi Patrick, On Tue, May 06, 2014 at 07:38:04PM -0400, Patrick Hemmer wrote: *From: *Willy Tarreau w...@1wt.eu *Sent: * 2014-05-06 17:41:18 E *To: *Patrick Hemmer hapr...@stormcloud9.net, Rachel Chavez rachel.chave...@gmail.com *CC: *haproxy@formilux.org *Subject: *Re: please check Hi

Re: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-06 Thread Willy Tarreau
Hi John-Paul, On Tue, May 06, 2014 at 11:57:08PM +0200, John-Paul Bader wrote: Hey, I will do more elaborate test runs in the next couple of days. No problem. I will create traces with ktrace which is not as nice as strace but at least will provide more context. Is there anything in