How to rewirte both URI and Host

2014-05-13 Thread Godbach
Hi Willy, If I want to rewrite both Host and URI in request, and they are also in the match conditions, can HAProxy implement this requirement? The ACLs are as below: acl match_host_uri hdr_reg(Host) www.example.com ack match_host_uri /example.html But the reqrep should be used twice to

Re: How to rewirte both URI and Host

2014-05-13 Thread Willy Tarreau
Hi Godbach, On Tue, May 13, 2014 at 03:01:58PM +0800, Godbach wrote: Hi Willy, If I want to rewrite both Host and URI in request, and they are also in the match conditions, can HAProxy implement this requirement? The ACLs are as below: acl match_host_uri hdr_reg(Host) www.example.com

Re: How to rewirte both URI and Host

2014-05-13 Thread Godbach
On 2014/5/13 15:05, Willy Tarreau wrote: Hi Godbach, On Tue, May 13, 2014 at 03:01:58PM +0800, Godbach wrote: Hi Willy, If I want to rewrite both Host and URI in request, and they are also in the match conditions, can HAProxy implement this requirement? The ACLs are as below: acl

Re: How to rewirte both URI and Host

2014-05-13 Thread Godbach
On 2014/5/13 16:05, Godbach wrote: On 2014/5/13 15:05, Willy Tarreau wrote: Hi Godbach, On Tue, May 13, 2014 at 03:01:58PM +0800, Godbach wrote: Hi Willy, If I want to rewrite both Host and URI in request, and they are also in the match conditions, can HAProxy implement this requirement?

Encore quelques jours, Catmandoo, Rohner, Midland

2014-05-13 Thread ALLSPORTSHOP'PING
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

Socket Read Errors and Timeouts on FreeBSD

2014-05-13 Thread John-Paul Bader
Hey, after all the patches regarding the SSL crashes we started pushing more traffic to haproxy but it did not last very long. With and without kqueue enabled we're seeing lots of socket errors. The backends became unavailable / unreachable as a consequence. L4 health checks failed, traffic

can not set mss on FreeBSD 10

2014-05-13 Thread k simon
Hi,Lists, I found haproxy 1.4.25 can not set mss on FreeBSD 10-stable as below: # /usr/local/sbin/haproxy -f /opt/etc/haproxy.conf [WARNING] 132/170407 (71806) : Starting frontend http-in: cannot set MSS # haproxy -vv HA-Proxy version 1.4.25 2014/03/27 Copyright 2000-2014 Willy Tarreau

Coredump when parsing previously working config

2014-05-13 Thread John-Paul Bader
Hey, a config that worked fine on 1.5-dev24 now coredumps with dev25 from 2014-05-11 Config: http://smyck.org/haproxy/haproxy_coredump_cfg.txt CoreDump http://smyck.org/haproxy/config_coredump.txt Kind regards, John -- John-Paul Bader | Software Development www.wooga.com wooga GmbH |

让客户主动回复询盘给你

2014-05-13 Thread mengxingle571
双喜外贸客户开发软件可以帮您: 1,代替手工,提高效果(把业务员解放出来用在跟进优质客户和询盘) 2,化被动为主动,抢先同行(避开展会,B2B僧多粥少的信息不对称) 3,淘汰三流客人,和优质客人打交道(避开价格战,做有利润的订单) 4,快速成交一批订单(网足够大,总有属于您的那些订单) 5,让全球潜在买家都记住您(对全球目标客人周期主动建立联络,精准推广效 果) 6,让业务团队更稳定(业务员主动创造机会,每天有事做) 7,客户资料,往来邮件,轻松管理(客户资料集中,往来邮件自动形成联系记 录,有效辅导业务团队) 8,轻松启动外贸业务(最容易找到工作入口,NO展会,NO平台,NO手工搜索客

Re: Socket Read Errors and Timeouts on FreeBSD

2014-05-13 Thread John-Paul Bader
Hey, we have already tried and disabled all custom sysctls - the behavior was not getting any better unfortunately :/ The whole process locks up, the stats web page does not load anymore and like described, we get lots of log entries that no backends are available anymore. I could try to

Explain tune.maxrewrite

2014-05-13 Thread Kobus Bensch
Hi We use haproxy at various layers in our setup. We have been seeing 504 errors in our logs and discovered that it was haproxy that sent it. On further investigation we found that on some packets we go over 8k and it is during this time that we get the 504. On further reading the haproxy

Re: Socket Read Errors and Timeouts on FreeBSD

2014-05-13 Thread Willy Tarreau
On Tue, May 13, 2014 at 03:03:39PM +0200, John-Paul Bader wrote: Hey, we have already tried and disabled all custom sysctls - the behavior was not getting any better unfortunately :/ The whole process locks up, the stats web page does not load anymore and like described, we get lots of

Re: Socket Read Errors and Timeouts on FreeBSD

2014-05-13 Thread John-Paul Bader
Ah damn it! :) Yes - pf was accidentally re-enabled after a reboot. Thank you … will continue doing load tests now. Kind regards, John Willy Tarreau wrote: On Tue, May 13, 2014 at 03:03:39PM +0200, John-Paul Bader wrote: Hey, we have already tried and disabled all custom sysctls - the

Radios online españolas

2014-05-13 Thread Punto A
 Buenos días, Aquí tenemos los primeros hilos musicales por 24€/año. Tenga una prueba de nuestro servicio en hilos.puntoa.es ¿Prefiere un dispositivo que reciba los hilos musicales en lugar del ordenador? ¿Necesita unos altavoces? ¿No tiene internet en su negocio? Tenemos una solución para

Re: Socket Read Errors and Timeouts on FreeBSD

2014-05-13 Thread k simon
Hi,Willy, Oh and BTW, are you running with PF ? I have some old memories of PF abusively randomizing sequence numbers and preventing new connections from being initiated using a same source port from the came client. It was so odd that I had to disable it on my home reverse-proxy running

Re: Socket Read Errors and Timeouts on FreeBSD

2014-05-13 Thread Willy Tarreau
Hi Simon, On Tue, May 13, 2014 at 10:59:40PM +0800, k simon wrote: Hi,Willy, Oh and BTW, are you running with PF ? I have some old memories of PF abusively randomizing sequence numbers and preventing new connections from being initiated using a same source port from the came client. It was

RE: can not set mss on FreeBSD 10

2014-05-13 Thread Lukas Tribus
Hi Simon, Hi,Lists, I found haproxy 1.4.25 can not set mss on FreeBSD 10-stable as below: # /usr/local/sbin/haproxy -f /opt/etc/haproxy.conf [WARNING] 132/170407 (71806) : Starting frontend http-in: cannot set MSS The set MSS code is straightforward, its your OS' TCP stack that doesn't let

unique-id-header with capture request header

2014-05-13 Thread Bryan Talbot
We have more than 1 proxy tier. The edge proxy generates a unique ID and the other tiers (and apps in between) log the value and pass it around as a per-request id. Middle tier haproxy instances capture and log the unique id using capture request header which works fine; however, for the edge

Re: unique-id-header with capture request header

2014-05-13 Thread Patrick Hemmer
*From: *Bryan Talbot bryan.tal...@playnext.com *Sent: * 2014-05-13 11:52:32 E *To: *HAProxy haproxy@formilux.org *Subject: *unique-id-header with capture request header We have more than 1 proxy tier. The edge proxy generates a unique ID and the other tiers (and apps in between) log the value

Re: can not set mss on FreeBSD 10

2014-05-13 Thread k simon
Thank you, Lukas. Maybe I can workaround it on the front router. Regards Simon 于 14-5-13 23:29, Lukas Tribus 写道: Hi Simon, Hi,Lists, I found haproxy 1.4.25 can not set mss on FreeBSD 10-stable as below: # /usr/local/sbin/haproxy -f /opt/etc/haproxy.conf [WARNING] 132/170407 (71806) :