Layer 7 health check across TCP Proxy emitting CD Session State at Disconnection
@Michael_A wrote: Howdy, First post. I have a L7 proxy that has backend servers that are actually local (127.0.0.*) TCP proxies. The reason I did this was to encapsulate the two physical ethernet...
View ArticleDocumentation have link is 404 Not Found - Lua reference manual in HTML
@luxame wrote: Title : Reference Manual for version 1.9 Item : Lua reference manual in HTML Explain : open the link will get “404 Not Found” message Posts: 1 Participants: 1 Read full topic
View ArticleNever mark backend as failed?
@rihad wrote: Hi. We have a backend with a single server: defaults retries 3 timeout connect 5000 timeout client 100000 timeout server 100000 backend bk_foo mode tcp no option http-server-close log...
View ArticleExchange 2010 RPC over HTTPS
@maarten wrote: Hi, I’m trying to get Exchange 2010 working with Outlook Anywhere which uses RPC over HTTPS. I followed...
View ArticleNTLM Proxy via HA Proxy
@warnox wrote: Hi, I’m testing using proxy servers behind HA Proxy load balancers. The proxy servers on the back end are Symantec’s CSPs (basically Squid running on Windows). Before you ask, no,...
View ArticleZimbra - HaProxy
@brandon wrote: My configuration on haproxy: global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy user haproxy group haproxy daemon defaults option dontlognull # Do not log...
View ArticleHaproxy roundrobin strange behaviour?
@HDDimon wrote: Hey folks! I’ve configured haproxy like following: defaults log global mode http option httplog option dontlognull retries 3 option redispatch frontend myApp bind 0.0.0.0:80...
View ArticleHAProxy for Mailloudbalancing
@bela.eitelhuber wrote: Hello everyone, I want to use the HAproxy for loadbalancing incoming Mails to two Mailserver. My chellange now is, that no mail may be discarded. So can you help me to set up...
View ArticleHelathcheck on multiple backends with virtual hostnames
@senattcs wrote: I have 2 backends which are running on two different virtual host names and need to perform healthchecks on them to loadbalance the traffic. issue is : only the last healthcheck...
View ArticleConnecting String for jdbc connection load balancing
@Shankar wrote: We have a requirement to route requests to multiple backends based on the connection string of a datasource url. The bottleneck is that on haproxy all these requests would be listened...
View ArticleBrute Force protection with Basic Authentication
@FlangeMonkey wrote: Hi Guys, I’ve read some of the posts and blog articles regarding Brute Force protection for Wordpress and Form Based Authentication. I’m looking to do something simular with Basic...
View ArticleHealthchecks broken? 1.8.8
@scratchy wrote: Hello, We have trouble using 1.8.8, looks like the backend checks are not working correctly. As soon as one backend server is being shutdown (in this case data-3-*) often one backend...
View ArticleBuilding on AIX 7.2
@geekthymia wrote: This is just for a quick sanity check. I’m not seeing much sign of any mention of haproxy on AIX beyond 5.3. Before I involve myself heavily in it, has anyone attempted a build of...
View ArticleHaproxy show info tasks
@shlompy wrote: Unfortunately haproxy documentation is missing some explanation about stats. show info command provides the following: Tasks: 300 Run_queue: 5 Idle_pct: 87 I would be glad if someone...
View ArticleSSL Speed Problems?
@SeanFulton wrote: I’ve verified this with Haproxy 1.5, 1.7.10 and 1.8.8. I’ve tried many different configurations, including multi-process (1.5 and 1.7) and multi-threading in 1.8. Here’s the...
View ArticleNo TCP ACK on first client request
@verdel wrote: Hello. I have HA-Proxy version 1.8.7. I use curl --with-negotiate -x http://haproxy:3128 http://gov.ru as client and Squid proxy as backend. With haproxy i see this: image.png2132x344...
View ArticleHow to send https traffice to correct destination based on the subdomain it...
@augustynr wrote: Hi I have https traffic coming into my network on port 443, now based on the subdomain of the query I need to send it to correct server on local network. Any idea how to accomplish...
View ArticleTraffic with different acl for virtual host seems to be counted in all backends
@txalamar wrote: Hi, I have something like this: frontend app1 acl app1 hdr(host) -i app1.domain.com default_backend app1 use_backend app1 if app1 frontend app2 acl app2 hdr(host) -i app2.domain.com...
View ArticleGeoip filtering for IPv6
@JPedroT wrote: I was able to setup up geofiltering using the tool and info from here GitHub berkayunal/haproxy-geoip-iprange haproxy-geoip-iprange - IP Ranges for Haproxy Might be other ways of doing...
View ArticleHow to redirect non-www or www-without-ssl to www-ssl prefix in haproxy
@deepika wrote: I am using haproxy 1.8.8 and trying to redirect non-www or www-without-ssl to www-ssl page. Only following is needed to be redirected and domain has thousands of other subdomains that...
View Article