The title pretty much says it all. Basically, I want to route a request to a specific backend server based on the request's source IP.
i.e.,
HTTP Request from 192.168.100.1 -> HAProxy -> BackendServer A
HTTP Request from 192.168.100.2 -> HAProxy -> BackendServer B