Fails to build HAProxy 1.8.10 without USE_THREAD

2018-06-23 Thread Zero King
Hi, I tried to update haproxy to 1.8.10 in MacPorts, but it fails to build from source with the following error (without USE_THREAD): /usr/bin/clang -arch x86_64 -Iinclude -Iebtree -Wall -O2 -g -fno-strict-aliasing -Wdeclaration-after-statement -fwrapv -fno-strict-overflow

Re: cookie insert method secure

2018-06-23 Thread Aleksandar Lazic
On 23/06/2018 14:42, mlist wrote: You can use the `cookie` keyword and then remove the cookie with http-request before you send it to the backend https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4.2-http-request e.g.: # untested cookie insert indirect preserve nocache

Variables

2018-06-23 Thread mlist
Hi, how to debug/show variables memory consumption to correctly tune size with: tune.vars…. What are the default limits ? [APK] [Unione] mlist APKAPPA s.r.l. sede legale Via F. Albani, 21 20149 Milano | p.iva/vat no. IT-08543640158 sede amministrativa e operativa Reggio Emilia

RE: cookie insert method secure

2018-06-23 Thread mlist
>>> You can use the `cookie` keyword and then remove the cookie with >>> http-request before you send it to the backend >>> https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4.2-http-request >>> e.g.: >>> # untested >>> cookie insert indirect preserve nocache httponly >>>

http-response add-header

2018-06-23 Thread mlist
Hi, haproxy 1.8.10 using this config no header is added to client from haproxy: acl is_test hdr_dom(host) -i www.url1.url2.com http-response add-header X-Custom-Header YES if is_test We are sure “acl is_test hdr_dom(host) -i www.url1.url2.com” is match as ssl

Re: HAProxy 1.8 built with rpath'd openssl links ok; but `haproxy -vv` reports "Built with" and "Running on" conflict

2018-06-23 Thread Lukas Tribus
On Sat, 23 Jun 2018 at 11:35, PGNet Dev wrote: > > > Sure. Your attitude and threats are not helpful in this conversation though. > > Threats? WTF are you talking about? Talking about: > I'll have to decide whether I'm more interested in haproxy, or a consistently > 'modern/current' openssl

Re: HAProxy 1.8 built with rpath'd openssl links ok; but `haproxy -vv` reports "Built with" and "Running on" conflict

2018-06-23 Thread PGNet Dev
Sure. Your attitude and threats are not helpful in this conversation though. Threats? WTF are you talking about? I was a having a constructive exchange with someone I thought was interested in addressing an issue, and looking into what I might contribute to address it. Guess not. Good

Re: [ANNOUNCE] haproxy-1.8.10

2018-06-23 Thread Aleksandar Lazic
Am 22.06.2018 um 16:42 schrieb William Lallemand: > Hi, > > HAProxy 1.8.10 was released on 2018/06/22. It added 40 new commits > after version 1.8.9. The image is also updated. https://hub.docker.com/r/me2digital/haproxy18/ ### $ docker run --rm --entrypoint /usr/local/sbin/haproxy

Re: HAProxy 1.8 built with rpath'd openssl links ok; but `haproxy -vv` reports "Built with" and "Running on" conflict

2018-06-23 Thread Lukas Tribus
>> it's complicated to keep everything clean but any help is welcomed. > > Step 1 has been simply to understand the problem. Sure. Your attitude and threats are not helpful in this conversation though. > What I'm suggesting is that there's a possibility -- as per my other > post, still unclear