Re: server templates

2017-04-07 Thread Aleksandar Lazic
Hi Frederic Am 07-04-2017 15:00, schrieb Frederic Lecaille: Hello Haproxy ML, Here are patches attached to this mail to add "server templates" feature to haproxy. Please can you explain a little bit more the use case, thanks. I'm sure there is a valid use case but I don't understand it.

Re: [RFC][PATCHES] seamless reload

2017-04-07 Thread Olivier Houchard
On Fri, Apr 07, 2017 at 09:58:57PM +0200, Pavlos Parissis wrote: > On 06/04/2017 04:57 , Olivier Houchard wrote: > > On Thu, Apr 06, 2017 at 04:56:47PM +0200, Pavlos Parissis wrote: > >> On 06/04/2017 04:25 , Olivier Houchard wrote: > >>> Hi, > >>> > >>> The attached patchset is the first

Re: Multiple Config Files Use Leads to Lockout

2017-04-07 Thread Pavlos Parissis
On 07/04/2017 06:00 μμ, Coscend@HAProxy wrote: > Dear HAProxy Community, > > > > We are seeking your guidance with regard to the following issue we are facing > with our HAProxy use. > > > > -- > > ISSUE > > --- > > When we use a single monolithic config file (haproxy.cfg),

Re: [PATCH]: BUG/MINOR

2017-04-07 Thread David CARLIER
Apologies I did not read the mailing list :-). Regards. On 7 April 2017 at 21:03, Pavlos Parissis wrote: > On 07/04/2017 08:52 μμ, David CARLIER wrote: > > Hi all, > > > > I was trying to compile the 1.8 branch under DragonflyBSD and went into > a build > > failure,

Re: [PATCH]: BUG/MINOR

2017-04-07 Thread Pavlos Parissis
On 07/04/2017 08:52 μμ, David CARLIER wrote: > Hi all, > > I was trying to compile the 1.8 branch under DragonflyBSD and went into a > build > failure, thus > this patch proposal. > > Kindest regards. I believe Steven Davidobitz has sent the same patch, see mail with subject '[PATCH] BUILD:

Re: [RFC][PATCHES] seamless reload

2017-04-07 Thread Pavlos Parissis
On 06/04/2017 04:57 μμ, Olivier Houchard wrote: > On Thu, Apr 06, 2017 at 04:56:47PM +0200, Pavlos Parissis wrote: >> On 06/04/2017 04:25 μμ, Olivier Houchard wrote: >>> Hi, >>> >>> The attached patchset is the first cut at an attempt to work around the >>> linux issues with SOREUSEPORT that makes

[PATCH]: BUG/MINOR

2017-04-07 Thread David CARLIER
Hi all, I was trying to compile the 1.8 branch under DragonflyBSD and went into a build failure, thus this patch proposal. Kindest regards. From 21d6dfd1a038e90ecb5103fb52322eae29fbbb86 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 7 Apr 2017 20:48:00 +0100

Multiple Config Files Use Leads to Lockout

2017-04-07 Thread Coscend@HAProxy
Dear HAProxy Community, We are seeking your guidance with regard to the following issue we are facing with our HAProxy use. -- ISSUE --- When we use a single monolithic config file (haproxy.cfg), HAPRoxy launches fine and we are able to access our products that use HTTP/TCP

Re: Certificate order

2017-04-07 Thread Sander Hoentjen
Hi Sander, On 04/06/2017 02:06 PM, Sander Klein wrote: > Hi Sander, > > On 2017-04-06 10:45, Sander Hoentjen wrote: >> Hi guys, >> >> We have a setup where we sometimes have multiple certificates for a >> domain. We use multiple directories for that and would like the >> following behavior: >> -

server templates

2017-04-07 Thread Frederic Lecaille
Hello Haproxy ML, Here are patches attached to this mail to add "server templates" feature to haproxy. The two first patches consist in moving code to be reused both during 'server' lines parsing and during and server templates initializations. A new CLI command has also been added (see

RE: Issue with windows IE 11 and Edge

2017-04-07 Thread James Stroehmann
To close the loop on this, it turns out that one of our cookies did not have a 'Path' specified, causing many duplicate cookies to be created. When we hit the 50 cookie IE limit, IE would delete the oldest cookie - which was our JSESSIONID cookie, causing the user to get logged out. The reason