Forum Moderators: phranque
I need to setup apache such that a URL of the form:
[myserver.com...]
reaches apache & then gets forwarded to 3 backend servers, myserver1.com, myserver2.com & myserver3.com
All these 3 servers will get back with some content. My custom module (or mod_proxy) in apache will integrate the contents & send it to the browser.
Is this possible? (Im not able to get hold of the HTTP request data in apache, which is my main difficulty right now)