Re: [users@httpd] Forwarding requests based on an header or RURI param

2017-12-05 Thread Nick Kew
On Tue, 5 Dec 2017 17:40:13 +0100 Luis Silva wrote: > Hi guys, > > I'm deploying Apache between one client and two http servers. I want > Apache to be able to decide to which http server it needs to send the > client request, based on a header or RURI param that comes on the > request sent by th

[users@httpd] Forwarding requests based on an header or RURI param

2017-12-05 Thread Luis Silva
Hi guys, I'm deploying Apache between one client and two http servers. I want Apache to be able to decide to which http server it needs to send the client request, based on a header or RURI param that comes on the request sent by the client. I'm only able to change on the RURI the parameters. The