Re: multiproc ssl recommendations

2016-12-09 Thread Willy Tarreau
On Fri, Dec 09, 2016 at 08:18:45PM +0100, Pavlos Parissis wrote: > On 9 December 2016 at 20:07, Apollon Oikonomopoulos > wrote: (...) > >> > I wonder if a `per-process' keyword would make sense here. I find > >> > > >> > bind :443 ssl per-process > >> > > >> > more concise than 15 or 20 in

Re: multiproc ssl recommendations

2016-12-09 Thread Pavlos Parissis
On 9 December 2016 at 20:07, Apollon Oikonomopoulos wrote: > Hi Pavlos, > > On 17:31 Fri 09 Dec , Pavlos Parissis wrote: >> On 09/12/2016 08:54 πμ, Apollon Oikonomopoulos wrote: >> > Hi Willy, Elias, >> > >> > On 08:33 Fri 09 Dec , Willy Tarreau wrote: >> >> On Thu, Dec 01, 2016 at 02:53:2

Re: multiproc ssl recommendations

2016-12-09 Thread Apollon Oikonomopoulos
Hi Pavlos, On 17:31 Fri 09 Dec , Pavlos Parissis wrote: > On 09/12/2016 08:54 πμ, Apollon Oikonomopoulos wrote: > > Hi Willy, Elias, > > > > On 08:33 Fri 09 Dec , Willy Tarreau wrote: > >> On Thu, Dec 01, 2016 at 02:53:25PM +0100, Elias Abacioglu wrote: > >>> # Should I use core 0 on each

Re: configuration problem with "backup" backends

2016-12-09 Thread Marco Corte
I can only answer shortly. Sorry For the checks I would configure another backend section that only does the checks and is not used by any frontend. Then I would use the "track" keyword in you current backend. Sorry again for the answer. .marcoc Il 09 dic 2016 11:39 AM, "Michele Mazzucco" ha

Re: multiproc ssl recommendations

2016-12-09 Thread Pavlos Parissis
On 09/12/2016 08:54 πμ, Apollon Oikonomopoulos wrote: > Hi Willy, Elias, > > On 08:33 Fri 09 Dec , Willy Tarreau wrote: >> On Thu, Dec 01, 2016 at 02:53:25PM +0100, Elias Abacioglu wrote: >>> # Should I use core 0 on each CPU for backends (proc 1+15) or should >>> I >>> use core 1(proc 2+16)?

Re: configuration problem with "backup" backends

2016-12-09 Thread Michele Mazzucco
It looks like answer to question #1 is the use of a stick-table stick-table type ip size 1 nopurge stick on dst On 09/12/16 11:13, Michele Mazzucco wrote: Hello, I have two HAProxy servers configured with a floating IP, providing a hot standby solution. The listen configuration looks like:

configuration problem with "backup" backends

2016-12-09 Thread Michele Mazzucco
Hello, I have two HAProxy servers configured with a floating IP, providing a hot standby solution. The listen configuration looks like: listen my_backend bind option mysql-check ... server mysql1 source server mysql2 source backup ... I would like