Re: http-reuse always, work quite well

2016-10-14 Thread Pavlos Parissis
On 14/10/2016 08:49 μμ, Aleksandar Lazic wrote: > Hi > > Am 14-10-2016 16:33, schrieb Pavlos Parissis: >> Hi, >> >> I just want to drop a note and mention that http-reuse works very well >> for us: >> >> % ss -t state established '( sport = :http )'|wc -l >> 2113 >> >> % ss -t state established

RE: HAProxy reloads lets old and outdated processes

2016-10-14 Thread Pierre Cheynier
Hi Lukas, > I did not meant no-reuseport to workaround or "solve" the problem definitely, but rather to see if the problems can still be triggered, since you can reproduce the problem easily. This still happens using snapshot 20161005 with no-reuseport set, a bit less probably because reload

Re: Cetrtificates dynamic update

2016-10-14 Thread Beluc
It would be great : tons of ssl that make haproxy very long to start/restart/reload. 2016-10-11 10:04 GMT+02:00 Thierry Fournier : > Hi list, > > I have for projet to write a dynamic update of the SSL certificates. I > encountered some cases where haproxy deals with many

Re: configure peer namespace

2016-10-14 Thread haproxy
So I took a poke at this, and it seems pretty trivial to add an option to support changing the namespace for a peer local binding. However I implemented it on my own system by just copying the bind keyword parsing code out of `cfg_parse_listen`. Meaning that I just added support for *ALL* bind

Re: configure peer namespace

2016-10-14 Thread haproxy
Well nevermind. Applying the namespace to the remote peers isn't quite as simple. The local peer was simple as it behaves like a normal frontend bind. But it appears the remote peers are treated rather differently, and don't share anything with the server struct, and thus can't as easily accept

Re: rspadd X-Frame-Options:\ ALLOW-FROM

2016-10-14 Thread Igor Cicimov
Amol, On Sat, Oct 15, 2016 at 7:21 AM, Amol wrote: > Hi, > I am trying to configure my LB such that it can allow one of my websites > to render the pages behind this LB. > i am using Ubuntu 12.04 LTS > and > haproxy -v > HA-Proxy version 1.5.14 2015/07/02 > > config

Re: http-reuse always, work quite well

2016-10-14 Thread Aleksandar Lazic
Hi Am 14-10-2016 16:33, schrieb Pavlos Parissis: Hi, I just want to drop a note and mention that http-reuse works very well for us: % ss -t state established '( sport = :http )'|wc -l 2113 % ss -t state established '( dport = :http )'| wc -l 408 As, you can see connections established to