Re: segfault in src/buffer.c

2015-08-15 Thread Cyril Bonté
Hi Marc-Antoine, Le 12/08/2015 19:01, Marc-Antoine a écrit : I forgot lua file content : # cat mylua.lua -- a simple mirror web server -- it generates a response whose body contains the requests headers function mirror(txn) (...) txn:close() end This is the call which produce a

Re: IP address ACLs

2015-08-15 Thread Baptiste
Hi, there is no performance drop of loading from a file or directly in the config file. That said, if you have multiple ACLs with the same name loading many IPs, then you'll perform as many lookups as you have ACLs... While loading content from a file would perform a single lookup. Anyway, there

Re: IP address ACLs

2015-08-15 Thread Nathan Williams
We use a file for about 40 cidr blocks, and don't have any problems with load speed. Presumably large means more than that, though. We use comments as well, but they have to be at the beginning of their own line, not tagged on after the address. On Fri, Aug 14, 2015, 9:09 PM CJ Ess

HAProxy reports L4TOUT in 2001ms even if using mode HTTP

2015-08-15 Thread Vijay
HAProxy reports backend as down even if they are alive with a status as L4TOUT in 2001ms (Stats page) Version 1.5.2-2.el6 The backend is healthy for about 14-15 hours and then goes down stating the error L4TOUT Below is the configuration mode http option httpchk GET /abc/__status