Re: It seems HTTP header string exact match failed

2013-12-23 Thread Baptiste
On Mon, Dec 23, 2013 at 8:49 AM, Delta Yeh delta@gmail.com wrote: In my test of 1.5dev21, I found the following acl failed: acl my_host req.hdr(host) -m str www.mytest.com use_backend www if my_host and result in an 503 error(because there is no default backend). I tried : 1.

Re: It seems HTTP header string exact match failed

2013-12-23 Thread Delta Yeh
without -m str, haproxy report error when start: [ALERT] 356/175131 (2416) : parsing [/etc/haproxy/conf/dev21.conf:37] : error detected while parsing ACL 'my_host' : matching method must be specified first (using '-m') when using a sample fetch of this type ('req.hdr'). [ALERT] 356/175131 (2416)

Re: SSL and keep-alive

2013-12-23 Thread Baptiste
On Sun, Dec 22, 2013 at 11:51 PM, Jean-Baptiste Quenot j...@caraldi.com wrote: global log 127.0.0.1 local2 info maxconn 4096 user haproxy group haproxy daemon defaults log global modehttp option httplog

RE: It seems HTTP header string exact match failed

2013-12-23 Thread Lukas Tribus
Hi! In my test of 1.5dev21, I found the following acl failed: acl  my_host req.hdr(host) -m str www.mytest.com    use_backend www if  my_host and result in an 503 error(because there is no default backend). I tried :     1. my_host req.hdr(host) -m beg www.mytest.com     2. my_host

RE: SSL and keep-alive

2013-12-23 Thread Lukas Tribus
Hi! Is anything ringing a bell to you? Anything I could do for the app to be more responsive in HTTPS? [...] You're right, your HAProxy is in tunnel mode, which means it let the client and the server negociate the keep-alive mode. Obviously, they did not. Correct. In case you origin

Bia Cravol - Personagens em Biscuit Volume 7 e 8 - Frete Gratis

2013-12-23 Thread Loja Arte em DVD
Title: PERSONAGENS EM BISCUIT COM BIA CRAVOL - VOLUME 7 E 8 - FRETE GRATIS Caso no esteja conseguindo visualizar a mensagem, clique aqui ou acesse - www.arteemdvd.com.br

O Chef mais =??Q?simp=E1tico?= da TV quer visitar sua cozinha!

2013-12-23 Thread Loja Arte em DVD
Title: COZINHA MAGICA DE JURANDYR AFFONSO - NOVOS CURSOS EM DVD COM FRETE GRATIS Caso no esteja conseguindo visualizar a mensagem, clique aqui ou acesse - www.arteemdvd.com.br

RE: Outgoing connection set-mark patch proposal

2013-12-23 Thread Lukas Tribus
Hi, backend transparent-cache1   option transparent   option tcp-smart-connect   source 10.0.253.26 usesrc clientip set-mark 0x11 Doesn't the following configuration achieve what you are trying to do?   backend transparent-cache1    option transparent    option tcp-smart-connect    source

RE: Outgoing connection set-mark patch proposal

2013-12-23 Thread Denys Fedoryshchenko
Hi As far as i know it will set mark only for client side connections, but not connections to backend. On 2013-12-23 14:32, Lukas Tribus wrote: Hi, backend transparent-cache1   option transparent   option tcp-smart-connect   source 10.0.253.26 usesrc clientip set-mark 0x11 Doesn't the

Re: Outgoing connection set-mark patch proposal

2013-12-23 Thread Baptiste
Hi Denys, the way for http-request is from client to server. Baptiste On Mon, Dec 23, 2013 at 1:49 PM, Denys Fedoryshchenko nuclear...@nuclearcat.com wrote: Hi As far as i know it will set mark only for client side connections, but not connections to backend. On 2013-12-23 14:32, Lukas

Re: Outgoing connection set-mark patch proposal

2013-12-23 Thread Denys Fedoryshchenko
To be more clear: There is client side, which is client to haproxy. And there is server side, which is haproxy to server. My patch implement mark for server side, while http-request/http-response as i see in source code only for client side. On 2013-12-23 15:04, Baptiste wrote: Hi Denys,

Re: disable backend through socket

2013-12-23 Thread Patrick Hemmer
On Sun, Dec 22, 2013 at 05:05:16PM -0500, Patrick Hemmer wrote: No. As I said, I want to disable the backend. http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4.2-disabled That doesn't really work for backends since they don't decide to get traffic. At least if a config accepts to

Re: HAProxy Next?

2013-12-23 Thread Neil McKee
If anyone wants me to rebase sflow/haproxy against the latest trunk or a specific release, let me know. Neil -- Neil McKee InMon Corp. http://www.inmon.com On Tue, Dec 17, 2013 at 1:01 AM, Annika Wickert a.wick...@traviangames.comwrote: Hi Hi! - sflow output Can't

RE: Outgoing connection set-mark patch proposal

2013-12-23 Thread Lukas Tribus
Hi, To be more clear: There is client side, which is client to haproxy. And there is server side, which is haproxy to server. My patch implement mark for server side, while http-request/http-response as i see in source code only for client side. Yes, I see. Currently, the features

RE: acl based removing request headers

2013-12-23 Thread Lukas Tribus
Hi, we are using 1.5dev19 and I like to know is there option to use acl and reqidel. What I want. Remove accept-encoding gzip, deflate when matched acl. Because I know that client is broken. And I want to set gzip compression globaly on. Please check the documentation, you should find

Re: Outgoing connection set-mark patch proposal

2013-12-23 Thread Willy Tarreau
Hi guys, sorry for not responding earlier. On Mon, Dec 23, 2013 at 11:02:34PM +0100, Lukas Tribus wrote: To be more clear: There is client side, which is client to haproxy. And there is server side, which is haproxy to server. My patch implement mark for server side, while

Re: HAProxy Next?

2013-12-23 Thread Delta Yeh
+1 cent from me 2013/12/24 Neil McKee neil.mc...@inmon.com If anyone wants me to rebase sflow/haproxy against the latest trunk or a specific release, let me know. Neil -- Neil McKee InMon Corp. http://www.inmon.com On Tue, Dec 17, 2013 at 1:01 AM, Annika Wickert