Re: haproxy without balancing

2018-01-06 Thread Angelo Hongens
Hey Aleksandar, On 05-01-2018 22:05, Aleksandar Lazic wrote: We run a lot of balancers with varnish+hitch+haproxy+corosync for high-available loadbalancing. Perhaps high-availability is not a requirement, but it's also nice to be able to do maintenance during the day and have your standby node

[PATCH] BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect

2018-01-06 Thread Tim Duesterhus
The `socket.tcp.connect` method of Lua requires at least two parameters: The host and the port. The `Socket.connect` method of haproxy requires only one when a host with a combined port is provided. This stems from the fact that `str2sa_range` is used internally in `hlua_socket_connect`. This very

[PATCH] BUG/MINOR: lua: Fix return value of Socket.settimeout

2018-01-06 Thread Tim Duesterhus
The `socket.tcp.settimeout` method of Lua returns `1` in all cases, while the `Socket.settimeout` method of haproxy returns `0` in all cases. This breaks the `socket.http` module, because it validates the return value of `settimeout`. This bug was introduced in commit 7e7ac32dad1e15c19152d37aaf9ea

Re[2]: haproxy without balancing

2018-01-06 Thread Aleksandar Lazic
Hi Angelo. -- Originalnachricht -- Von: "Angelo Hongens" An: "Aleksandar Lazic" ; haproxy@formilux.org Gesendet: 06.01.2018 18:20:47 Betreff: Re: haproxy without balancing Hey Aleksandar, On 05-01-2018 22:05, Aleksandar Lazic wrote: We run a lot of balancers with varnish+hitch+haproxy

High throughput SFTP server load balancing with HAProxy

2018-01-06 Thread Imam Toufique
Hi, I just started reading about HAProxy, I am very much new to it. I am planning to deploy 4 SFTP servers and a HAProxy balancer. In this setup, I am anticipating quite an intense level of file transfer activities to/from these SFTP servers. I am not sure how HAProxy would handle the very high

Makefile:813: recipe for target 'haproxy' failed

2018-01-06 Thread Milenko Markovic
Dear Sir or Madam When I run make TARGET=linux24 USE_OPENSSL=1 SSL_INC=$STATICLIBSSL/include SSL_LIB=$STATICLIBSSL/lib ADDLIB=-ldl this appears on screen Makefile:813: recipe for target 'haproxy' failed I have attached the whole output as txt file. It would be nice if someone could help me. All t

Re: High throughput SFTP server load balancing with HAProxy

2018-01-06 Thread Marco Corte
Hello! All traffic will flow through haproxy which will act as a TCP layer4 switch. To avoid bottlenecks, the haproxy node NICs need to provide at least as much bandwidth as the sum of the expected traffic on each SFTP server. .marcoc

Re: Makefile:813: recipe for target 'haproxy' failed

2018-01-06 Thread Aleksandar Lazic
Hi. -- Originalnachricht -- Von: "Milenko Markovic" An: haproxy@formilux.org Gesendet: 07.01.2018 07:53:44 Betreff: Makefile:813: recipe for target 'haproxy' failed Dear Sir or Madam When I run make TARGET=linux24 USE_OPENSSL=1 SSL_INC=$STATICLIBSSL/include SSL_LIB=$STATICLIBSSL/lib