Re: HAProxy 1.5 possible bug

2014-03-05 Thread Fredz Fredz
Hi Lukas, Thanks for replying. Below the information: HA-Proxy version 1.5-dev22-1a34d57 2014/02/03 Copyright 2000-2014 Willy Tarreau w...@1wt.eu Build options : TARGET = linux2628 CPU = generic CC = gcc CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat

Re: HAProxy 1.5 possible bug

2014-03-05 Thread Fredz Fredz
Thanks Lukas. But why does it say this here for server in the man? Address “0.0.0.0″ or “*” has a special meaning. It indicates that the connection will be forwarded to the same IP address as the one from the client connection. This is useful in transparent proxy architectures where the client’s

Re: HAProxy 1.5 possible bug

2014-03-05 Thread Fredz Fredz
I understand. Is this something that could be taken up for a future version? Also, what maxconn value do you recommend? Thanks On 5 March 2014 16:11, Lukas Tribus luky...@hotmail.com wrote: Hi, Thanks Lukas. But why does it say this here for server in the man? Address “0.0.0.0″ or “*” has

HAProxy 1.5 possible bug

2014-03-04 Thread Fredz Fredz
Hello, Is this a known bug in HAProxy 1.5? When I use 0.0.0.0 or * as server address for a certain host, HAProxy crashes with a oom_killer log. This is what is in the man page: server ... Address “0.0.0.0″ or “*” has a special meaning. It indicates that the connection will be forwarded to the