On Mon, Jan 24, 2011 at 12:16 PM, Tushar Chavan <tushar.cha...@hotmail.com> wrote: > Hi Experts, > We have one Apache server ( apache1 ) with public ip & three web servers . > ( www.srm.com , https://newsrm.com:50000/irj , http://oldsrm.com:50000/irj ) > All these three websites provide diff. content so I can not load balance > between them. > Please let me know , how can we configure Apache to pass requests to these > three web servers.
Give your 1.3 server's Ip address three hostnames (not an Apache task). Create three name-based virtualhosts, with a ProxyPass directive in each one. If you want to pick a backend using different criteria, you'll have to state that criteria. -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org