Re: Log Backend call

2020-04-18 Thread Aleksandar Lazic
I have created a issue for this. https://github.com/haproxy/haproxy/issues/589 On 19.04.20 00:15, Aleksandar Lazic wrote: > Hi. > > I haven't seen any option to log the request after the `http-request set-... > ` phase. > > Is this covered in %HP or is this the request from the client? > >

Log Backend call

2020-04-18 Thread Aleksandar Lazic
Hi. I haven't seen any option to log the request after the `http-request set-... ` phase. Is this covered in %HP or is this the request from the client? That's the code and it looks to me that this isn't set after the rewrite phase.

New color on www.haproxy.org

2020-04-18 Thread Aleksandar Lazic
Hi. I like the new table on https://www.haproxy.org/ . The color show now much easier which version is in which state ;-) Regards Aleks

Re: [PATCH] MINOR: version: Show uname output in display_version()

2020-04-18 Thread Willy Tarreau
Hi Tim, On Sat, Apr 18, 2020 at 04:02:47PM +0200, Tim Duesterhus wrote: > Willy, > > because we ask for the `uname -a` output on the bug tracker, users sometimes > forget to give all the requested information and I'm tired of always having > to redact my machine names I thought I'd combine the

[PATCH] MINOR: version: Show uname output in display_version()

2020-04-18 Thread Tim Duesterhus
Willy, because we ask for the `uname -a` output on the bug tracker, users sometimes forget to give all the requested information and I'm tired of always having to redact my machine names I thought I'd combine the `haproxy -vv + uname -a` into just `uname -a` by adding the results of uname(2) to

Re: Problem with crl certificate

2020-04-18 Thread Marco Corte
Hi! Il 17/04/20 18:43, Davide Guarneri ha scritto: crt /etc/haproxy/ssl/cert.pem ca-file /etc/haproxy/ssl/ca-chain.cert.pem verify required crl-file /etc/haproxy/ssl/intermediate.crl.pem I would verify how the certificates and the keys are placed in the files. /etc/haproxy/ssl/cert.pem must

Re: HAProxy concurrent HTTP query limit based on header

2020-04-18 Thread Jarno Huuskonen
Hi, On Fri, 2020-04-17 at 20:22 +0200, Olivier D wrote: > Hello everyone, > I would like to implement a "max concurrent connection" in HAProxy. > This is easy to do at TCP level : > > stick-table type ipv6 size 100k expire 30s store conn_cur > http-request track-sc0 src >