Tagged Questions
0
votes
2answers
134 views
HAPROXY per domain redirection
I'm trying to redirect requests to my load balancer by domain name with acl and hdr_dom, to a separate backend.
The redirection works ok with the first request - 'GET /' (the destination server is a ...
3
votes
1answer
1k views
Haproxy load balancing with HTTP Headers
We're using HAProxy to load balance our websocket and comet application. There is one HAProxy and 3 applications running in the back.
We use HTTP Basic Auth (and we will use other types of auth in ...