Re: Deprecating a few keywords for 2.1+

2019-10-27 Thread David Birdsong
I'm just curious: what replaces monitor-uri? I'm putting up a new proxy tier at my new company and can steer to use the more up-to-date method, but combing the docs and nothing jumps out at me. I'm guessing something in either http-re{quest,response}, but I don't see anything that synthesizes

[PATCH v2 0/3] change init behaviour for limits

2019-10-27 Thread William Dauchy
Hi Willy, Here is the v2 of a previously sent patch to change the behaviour of init when setrlimit fails. It includes two prior very minor patches I thought I could fix while being there: - a very small oversight in doc for busy-polling parameter in performance parameter list - a small

[PATCH v2 3/3] MINOR: init: always fail when setrlimit fails

2019-10-27 Thread William Dauchy
this patch introduces a strict-limits parameter which enforces the setrlimit setting instead of a warning. This option can be forcingly disable with the "no" keyword. The general aim of this patch is to avoid bad surprises on a production environment where you change the maxconn for example, a new

[PATCH v2 2/3] MINOR: config: allow no set-dumpable config option

2019-10-27 Thread William Dauchy
in global config parsing, we currently expect to have a possible no keyword (KWN_NO), but we never allow it in config parsing. another patch could have been to simply remove the code handling a possible KWN_NO. take this opportunity to update documentation of set-dumpable. also make all strcmp

[PATCH v2 1/3] MINOR: doc: fix busy-polling performance reference

2019-10-27 Thread William Dauchy
busy-polling parameter was forgotten in the list of performance tuning Signed-off-by: William Dauchy --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index f942b83dc..a2bafcf40 100644 --- a/doc/configuration.txt +++

[PATCH] BUG/MINOR: config: Warn cookie domain only if missing embedded dot

2019-10-27 Thread Joao Morais
Hi list, the attached patch fixes a warn message if the domain option, from cookie keyword, configures a domain without starting with a dot. ~jm 0001-BUG-MINOR-config-Warn-cookie-domain-only-if-missing-.patch Description: Binary data

Re: cygwin builds

2019-10-27 Thread Илья Шипицин
BUILD: CI: comment out cygwin build, upgrade various ssl libraries cirrus ci builds are now limited to branches master, next travis-ci images are upgraded to ubuntu bionic cygwin builds are temporarily disabled on travis-ci (maybe someone will figure out how to fix them,

cygwin builds

2019-10-27 Thread Илья Шипицин
hi, I spent few days getting travis-ci / cygwin work. no luck I'm going to disable them unless someone knows how to resolve that thanks, Ilya Shipitsin