Auto Response: [PR] BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04

2017-06-09 Thread Suresh Visvanathan
I'm out of the office and will return to the blr office on June 12th.  I will be checking email when able too, please expect delays.   For urgent ES/k8s   related stuff please contact pubs-es-le...@yahoo-inc.com  For all other urgent matters please contact James Collins at j...@yahoo-inc.com

[PR] BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04

2017-06-09 Thread PR Bot
Dear list! Author: Nan Liu Number of patches: 1 This is an automated relay of the Github pull request: BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04 Patch title(s): BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04 Link: https://github.com/ha

Re: Change of the primary haproxy.org server

2017-06-09 Thread Aleksandar Lazic
Hi Willy Tarreau, Yep thump up. Willy Tarreau wrote on 09.06.2017: > Hi Aleks, > On Fri, Jun 09, 2017 at 10:07:10PM +0200, Aleksandar Lazic wrote: >> Sorry to disturb you but I get 404 on / >> >> ### >> curl -v http://haproxy.org/ >> * About to connect() to haproxy.org port 80 (#0) >> * Tryi

Re: Change of the primary haproxy.org server

2017-06-09 Thread Willy Tarreau
Hi Aleks, On Fri, Jun 09, 2017 at 10:07:10PM +0200, Aleksandar Lazic wrote: > Sorry to disturb you but I get 404 on / > > ### > curl -v http://haproxy.org/ > * About to connect() to haproxy.org port 80 (#0) > * Trying 51.15.8.218... > * Connected to haproxy.org (51.15.8.218) port 80 (#0) > > GE

Re: Change of the primary haproxy.org server

2017-06-09 Thread Aleksandar Lazic
Hi Willy Tarreau, Willy Tarreau wrote on 09.06.2017: > Hi all, > as indicated by the end of last week, this week I could perform most of the > required changes to turn the frontend server into the primary server instead > of being just a cache and a mirror. This is in effect right now (and given

Re: Scaling HAProxy over multiple cores with session stickyness

2017-06-09 Thread Lukas Tribus
Hello Peter, Am 09.06.2017 um 10:27 schrieb Peter Kenens: > > I understand that more than 1 HAProxy process can be configured > (nbproc) and via cpu-map and bind-process you can specify to which > cores these processes might bind. > > I also understand that the table with cookies is kept in memor

RE: OneConnect feature in HAProxy

2017-06-09 Thread Gibson, Brian (IMS)
Yeah I've used them for a few things. Works great. -Original Message- From: James Stroehmann [james.stroehm...@proquest.com] Received: Friday, 09 Jun 2017, 11:18AM To: Gibson, Brian (IMS) [gibs...@imsweb.com]; Brendan Kearney [bpk...@gmail.com]; haproxy@formilux.org [haproxy@formilux.org]

Re: [PATCH] BUG/MEDIUM: build without openssl broken

2017-06-09 Thread Emmanuel Hocdet
> Le 9 juin 2017 à 17:07, Willy Tarreau a écrit : > > On Fri, Jun 09, 2017 at 05:02:56PM +0200, Emmanuel Hocdet wrote: >> Why ssl_free_dh (and #include ) suddenly (re)appear in >> haproxy.c >> with this commit? This looks like a remnant of old dev. > > It doesn't re-appear with this commit, lo

RE: OneConnect feature in HAProxy

2017-06-09 Thread James Stroehmann
Thanks for that, I had not heard of IUS before. This could solve a couple of my problems. From: Gibson, Brian (IMS) [mailto:gibs...@imsweb.com] Sent: Thursday, June 8, 2017 10:30 AM To: Stroehmann, James ; Brendan Kearney ; haproxy@formilux.org Subject: RE: OneConnect feature in HAProxy [Exter

Re: [PATCH] BUG/MEDIUM: build without openssl broken

2017-06-09 Thread Willy Tarreau
On Fri, Jun 09, 2017 at 05:02:56PM +0200, Emmanuel Hocdet wrote: > Why ssl_free_dh (and #include ) suddenly (re)appear in > haproxy.c > with this commit? This looks like a remnant of old dev. It doesn't re-appear with this commit, look, it was already there : > > -#ifndef OPENSSL_NO_DH > > +#if

Re: [PATCH] BUG/MEDIUM: build without openssl broken

2017-06-09 Thread Emmanuel Hocdet
Why ssl_free_dh (and #include ) suddenly (re)appear in haproxy.c with this commit? This looks like a remnant of old dev. > Le 8 juin 2017 à 19:05, William Lallemand a écrit : > > The commit 872f9c213 ("MEDIUM: ssl: add basic support for OpenSSL crypto > engine") broke the build without openssl

Change of the primary haproxy.org server

2017-06-09 Thread Willy Tarreau
Hi all, as indicated by the end of last week, this week I could perform most of the required changes to turn the frontend server into the primary server instead of being just a cache and a mirror. This is in effect right now (and given that nobody complained yet I think I didn't break too much ;-)

Re: Scaling HAProxy over multiple cores with session stickyness

2017-06-09 Thread Aleksandar Lazic
Title: Re: Scaling HAProxy over multiple cores with session stickyness Hi Peter Kenens, Peter Kenens wrote on 09.06.2017: Hi all, In our setup, we are doing ssl termination at HAProxy. Session stickyness is also needed based on JSESSIONID cookie. Currently, we achieved this by using apps

Scaling HAProxy over multiple cores with session stickyness

2017-06-09 Thread Peter Kenens
Hi all, In our setup, we are doing ssl termination at HAProxy. Session stickyness is also needed based on JSESSIONID cookie. Currently, we achieved this by using appsession JESSIONID and we use currently HAProxy 1.5. With high volume of data/users, the CPU of that single core goes to 100%. I un