Tagged Questions
-1
votes
2answers
158 views
HA Proxy - How to?
Folks, for my own learning, I want to learn how to configure and use HA Proxy. I want a simple setup like this:
One load balancer running HA Proxy and behind it are two webservers - A and B -both ...
0
votes
1answer
406 views
HAProxy Multiple Domains
We currently have a HAProxy set up that splits the load over two backend servers and it reads/sets a cookie accordingly so you stay on the same server throughout the process.
However, we now have a ...
3
votes
1answer
1k views
haproxy httpchk multiple check on backend
is it possible to check two conditions on one backend?
example
backend web-static
option httpchk GET /path/alive.php HTTP/1.1\r\nHost:\ www1.domain.com
option httpchk GET ...
0
votes
1answer
3k views
Haproxy ACL for balance on URL request
I'm usung Ubuntu with haproxy 1.4.13 version.
Its load balancing two subdomains:
app1.domain.com
app2.domain.com
now i want to be able to use ACL to send based on url request to the right ...
3
votes
2answers
2k views
Load Balancing long running TCP connections
I'm trying to research the best way to load balance long running TCP connections for the following scenario:
We have multiple servers behind a redundant set of firewalls and clients establish long ...