Wednesday, November 26, 2025

Routing in HAProxy

An ACL defines a condition that can be used in HAProxy to route requests satisfying the ACL to a group of special backend. 

The condition can be the full or partial matching part of  url, the search parameter in the url, the hostname part of the url, header value, http verb etc. 

beside routing, HAProxy can also send back redirect response to the client (301, 302 ..etc)

No comments: