[PATCH] MINOR: build: Allow linking to device-atlas library file

2016-10-05 Thread Bertrand Jacquin
DeviceAtlas might be installed in a location where a user might not have enough permissions to write json.o and dac.o --- Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0ce4b325305c..a10d2e4c1040 100644 --- a/Makefile +++ b/Makefile @@ -622,8 +622,12 @@

Lua support

2016-10-05 Thread Curry, Matthew
I am trying to setup a lua script that can intercept redis commands. If the user runs the AUTH command in redis, then I want to log a message on haproxy and then make sure that command does not get passed back to redis. Where I am getting hung up is understanding the lifecycle of the different

Strange behavior of sample fetches in http-response replace-header option

2016-10-05 Thread Holger Just
Hi there, I observed some strange behavior when trying to use a `http-response replace-header` rule. As soon as I start using fetched samples in the replace-fmt string, the resulting header value is garbled or empty (depending on the HAProxy version). Please consider the config in the attachment

Re: Multiple url parameter based session limiting

2016-10-05 Thread Veiko Kukk
On 04/10/16 18:21, Veiko Kukk wrote: Lets say, we have URL http://domain.tld?foo=abc=def. I'd like to have current session limiting with sticky tables when both foo and bar values match, but I'm not sure how to achieve this (in most optimal way). I found similar post from 2013. Not exactly