1.8.1 backend stays 'DOWN' when dns resolvers and http health checks are used

2017-12-15 Thread Holger Amann
Hi, when I use dns resolvers combined with http health checks, the backend either never goes to 'UP' when haproxy starts before the backend, or the backend stays 'DOWN' when it wasn't resolvable for a while. --> starting haproxy: [WARNING] 348/224658 (10) : Server phoenix-backend/phoenix is D

[PATCH 2/2] Fix compiler warnings in halog.c

2017-12-15 Thread Ryan O'Hara
There were several unused variables in halog.c that each caused a compiler warning [-Wunused-but-set-variable]. This patch simply removes the declaration of said vairables and any instance where the unused variable was assigned a value. --- contrib/halog/halog.c | 25 - 1 f

[PATCH 1/2] Fix compiler warning in iprange.c

2017-12-15 Thread Ryan O'Hara
The declaration of main() in iprange.c did not specify a type, causing a compiler warning [-Wimplicit-int]. This patch simply declares main() to be type 'int' and calls exit(0) at the end of the function. --- contrib/iprange/iprange.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -

Give a glamorous new look to your website.

2017-12-15 Thread Andrew Smith
*Hello Codecondo.Com Management Team, Good Morning!!! * I was on your website Codecondo.Com and found, there are many scope of improvements in designing and development part. This will improve the overall usability and user friendliness of your website. If you are interested for more details,

Re: Re[2]: CI/CD HAProxy

2017-12-15 Thread Илья Шипицин
2017-12-15 13:07 GMT+05:00 Aleksandar Lazic : > Hi > > -- Originalnachricht -- > Von: "Илья Шипицин" > An: "Aleksandar Lazic" > Cc: "Olivier Doucet" ; "HAProxy" < > haproxy@formilux.org> > Gesendet: 14.12.2017 14:57:29 > Betreff: Re: CI/CD HAProxy > > >> >> 2017-09-16 20:01 GMT+05:00 Ale

chaining of checks

2017-12-15 Thread Aleksandar Lazic
Hi. Maybe I stupid question but is it useful to use more then one check option or is this in general a stupid idea? For example ``` defaults option ssl-hello-chk option httpchk ... ``` The idea is to use a ssl check for connection check and ONLY when ssl check is okay make the http chec

Re[2]: CI/CD HAProxy

2017-12-15 Thread Aleksandar Lazic
Hi -- Originalnachricht -- Von: "Илья Шипицин" An: "Aleksandar Lazic" Cc: "Olivier Doucet" ; "HAProxy" Gesendet: 14.12.2017 14:57:29 Betreff: Re: CI/CD HAProxy 2017-09-16 20:01 GMT+05:00 Aleksandar Lazic : Hi Olivie. Olivier Doucet wrote on 15.09.2017: > Hi, > > I wanted to op