RE: Transparent proxy mode

2013-05-21 Thread Lionel PASCAL
Thank you for your help. =) I'm not sure to understand : According to haproxy website, it seems that only 2.6.x kernels are supported. Maybe the informations are outdated. In my case, Haproxy works fine (in nat mode), only transparent mode cause problems (Cannot bind to tproxy source address

RE: bind ipv4@:80,ipv6@:80

2013-05-21 Thread Lukas Tribus
Hi! bind ipv4@:80,ipv6@:80 defer-accept  [...] How can I bind to port 80 with ipv4 and ipv6 together? You can try the v6only keyword, or just don't specify the address family. Regards, Lukas

Re: reqrep force a trailing slash

2013-05-21 Thread joris dedieu
2013/5/21 Nick Jennings n...@silverbucket.net: Hi All, When someone visit www.example.com/foobar I'd like to force a trailing slash. Here's what I've got so far, but it doesn't seem to be working, and You may have a look at redirect section : # send redirects for request for articles

hdr_sub / checking for cookie

2013-05-21 Thread Jay Christopherson
I have a use case where I need to setup an acl to simply check for the existence of a cookie by name. I don't really care what's in it. I was thinking to use hdr_sub for this, but part of the syntax seems to be a string to look for. In my case, I either don't care what the string is or it might

Re: hdr_sub / checking for cookie

2013-05-21 Thread Jay Christopherson
Never mind, seems like hdr_cnt will probably be the best solution here. On Tue, May 21, 2013 at 2:22 PM, Jay Christopherson jc.listm...@gmail.comwrote: I have a use case where I need to setup an acl to simply check for the existence of a cookie by name. I don't really care what's in it. I