I have a backend with lots of frontends.

I want one of those frontends to be a listener on port 80.

The port 80 listener needs to route traffic based on the Host http request
header.

After traffic is split based on the Host header, I want to do further header
manipulation and rate limiting specific to each portion of the split traffic
before sending to the big shared backend.

Is there any way to do this?  In the past I tried putting the port of a
frontend in the server section of a backend to chain things, but I observed
problems with -sf graceful port handover functionality.

-Matt

Reply via email to