Forum Moderators: phranque

Message Too Old, No Replies

proxy to multiple backends for the same path

         

chitech

9:38 am on Jun 19, 2015 (gmt 0)

10+ Year Member



Hi

Let say we want to monitor some behaviour on another test backend server so we would like to proxy to multiple backend servers but for the same path:

something like this:

ProxyPass / [backend1...] status=Active
ProxyPass / [backend2...]

All requests is sent to both backends but only backend1 response is sent back to the client. The response from backend2 is just ignored. Then we can probe backend2 without affecting backend1.

If Apache does not support this what about other proxy servers?