Re: IPv6 bind

2012-11-24 Thread Guillaume Castagnino
Hi, Thanks a lot, this is working perfectly fine :) Le samedi 24 novembre 2012 12:30:38 Willy Tarreau a écrit : > Hi Vincent, > > I'm cc-ing Marcus Rueckert who first asked me for the feature. > > On Sat, Nov 24, 2012 at 12:07:23PM +0100, Vincent Bernat wrote: > > Hi Willy! > > > > Since it wa

Re: Need more info on compression

2012-11-24 Thread Willy Tarreau
Hi Dmitry, On Thu, Nov 22, 2012 at 08:03:26PM +0400, Dmitry Sivachenko wrote: > Hello! > > I was reading docs about HTTP compression support in -dev13 and it is a bit > unclear to me how it works. > > Imagine I have: > compression algo gzip > compression type text/html text/javascript text/xml t

Re: IPv6 bind

2012-11-24 Thread Marcus Rueckert
+1 from me. -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: problem with sort of "caching" of use_backend with socket.io and apache

2012-11-24 Thread Willy Tarreau
Hi David, On Sat, Nov 24, 2012 at 09:26:56AM -0300, david rene comba lareu wrote: > Hi everyone, > > i'm little disappointed with a problem i'm having trying to configure > HAproxy in the way i need, so i need a little of help of you guys, > that knows a lot more than me about this, as i reviewed

Re: IPv6 bind

2012-11-24 Thread Willy Tarreau
Hi Vincent, I'm cc-ing Marcus Rueckert who first asked me for the feature. On Sat, Nov 24, 2012 at 12:07:23PM +0100, Vincent Bernat wrote: > Hi Willy! > > Since it was an easy one, I have sent you a proposal. Grrr... I just did it too a few minutes ago, sorry for that :-/ > The difficulty is >

Re: [PATCH] MEDIUM: tcp: add a "v6only" option for TCP sockets

2012-11-24 Thread Vincent Bernat
❦ 24 novembre 2012 12:01 CET, Vincent Bernat  : > #ifdef TCP_FASTOPEN > -/* parse the "defer-accept" bind keyword */ > +/* parse the "tfo" bind keyword */ > static int bind_parse_tfo(char **args, int cur_arg, struct proxy *px, struct > bind_conf *conf, char **err) I have embedded this change

Re: IPv6 bind

2012-11-24 Thread Vincent Bernat
❦ 24 novembre 2012 10:36 CET, Willy Tarreau  : >> There are no dumb questions. >> What you're saying is not doable for now in HAProxy. >> Maybe Willy will tell you wether he can do it or not. > > Someone else asked for it a few weeks ago and I've added it to the todo > list, it's something easy t

[PATCH] MEDIUM: tcp: add a "v6only" option for TCP sockets

2012-11-24 Thread Vincent Bernat
With this option enabled, a TCPv6 socket will only listen for IPv6 packets. With this option absent, a TCPv6 socket will accept both IPv6 and IPv4 packets. The system setting (net.ipv6.bindv6only) is ignored because many people disagree with the default proposed by RFC 3493 (which is to listen to

Haproxy+yassl experimental

2012-11-24 Thread Emeric BRUN
Hi guys, It is experimental and missing a lot of features vs openssl stuff (for benchers only) Multiprocess needs a cyassl patch, i need to clean it and i currently discuss with yassl guys for merge it On monoprocess i observe on AMD Geode LX 800 (500MHz) with TLSv1.1 AES-SHA cipher and 1024 rsa

Re: IPv6 bind

2012-11-24 Thread Willy Tarreau
On Sat, Nov 24, 2012 at 08:47:42AM +0100, Baptiste wrote: > Hi Guillaume, > > There are no dumb questions. > What you're saying is not doable for now in HAProxy. > Maybe Willy will tell you wether he can do it or not. Someone else asked for it a few weeks ago and I've added it to the todo list, i