Re: disable-on-404 functionality change in 1.8

2017-12-22 Thread Cyril Bonté
Hi Paul, I add Emeric to the thread. Le 23/12/2017 à 02:41, Paul Lockaby a écrit : Hello, I recently upgraded to 1.8.1 and noticed a pretty big functional difference that I can't attribute to any listed change in the changelog. Here is my configuration: global log /dev/log local0

disable-on-404 functionality change in 1.8

2017-12-22 Thread Paul Lockaby
Hello, I recently upgraded to 1.8.1 and noticed a pretty big functional difference that I can't attribute to any listed change in the changelog. Here is my configuration: global log /dev/log local0 user nobody group nobody defaults # set timeout to ten minutes timeout conne

Re: Issue after upgrade from 1.7 to 1.8 related with active sessions

2017-12-22 Thread Willy Tarreau
Hi Ricardo, On Fri, Dec 22, 2017 at 12:37:42PM +0100, Ricardo Fraile wrote: > Continuing with the investigation, I changed the listen only to this: > > listen proxy-test-tcp > bind *:81 > option tcplog > server test1 192.168.1.101:80 > > > And the difference between 1.7

Re: [PATCH] MINOR: lua: fix crash when using bogus mode in register_service()

2017-12-22 Thread Willy Tarreau
On Fri, Dec 22, 2017 at 12:50:52PM +0100, Thierry Fournier wrote: > Hi, thanks for the patch. > > Willy, can you apply it ? Now applied, thank you! willy

Re: [PATCH] MINOR: lua: fix crash when using bogus mode in register_service()

2017-12-22 Thread Thierry Fournier
> On 22 Dec 2017, at 12:50, Thierry Fournier > wrote: > > Hi, thanks for the patch. > > Willy, can you apply it ? PS: This patch must be backported on 1.6, 1.7 and 1.8. Thierry. > > Thierry > >> On 21 Dec 2017, at 14:40, Eric Salama wrote: >> >> HAProxy crashes when one use a bogus mo

Re:Re: Haproxy SSl Termination performance issue

2017-12-22 Thread Mike G
Hi, Thierry. thanks a lot. yep. we changed the key from 4096 to 2048 right now Mike At 2017-12-22 19:57:56, "Thierry Fournier" wrote: >Hi Mike, > >I do not have examples. > >The guidelines for 8 cpu (considering that your server is dedicated to >haproxy). > >7 cpu dedicated to

Re: Haproxy SSl Termination performance issue

2017-12-22 Thread Thierry Fournier
Hi Mike, I do not have examples. The guidelines for 8 cpu (considering that your server is dedicated to haproxy). 7 cpu dedicated to the SSL and 1 cpu for the HTTP. Create 1 section “listen” binded on 7 CPU. Theses sections are only TCP (doesn’t process HTTP) and decrypt the SSL traffic. These

Re: [PATCH] MINOR: lua: fix crash when using bogus mode in register_service()

2017-12-22 Thread Thierry Fournier
Hi, thanks for the patch. Willy, can you apply it ? Thierry > On 21 Dec 2017, at 14:40, Eric Salama wrote: > > HAProxy crashes when one use a bogus mode with core.register_service(). > The 2nd argument must be "http" or "tcp", but any other value crashes HAProxy > when it displays the error me

Re: Issue after upgrade from 1.7 to 1.8 related with active sessions

2017-12-22 Thread Ricardo Fraile
Continuing with the investigation, I changed the listen only to this: listen proxy-test-tcp bind *:81 option tcplog server test1 192.168.1.101:80 And the difference between 1.7 and 1.8 tracing the process who receive only 1 request is that the shutdown of the socket who r