Forum Moderators: phranque

Message Too Old, No Replies

Apache2: Proxy-ing to multiple web servers

         

venky

9:57 pm on Jan 31, 2005 (gmt 0)

10+ Year Member



Hi all,

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)