You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by suki <su...@yahoo.co.in> on 2007/11/22 12:16:45 UTC

[users@httpd] Two different applications with Apache HTTP Server infront


Hi all,
     i m using apache 2.2. I have two web applications. Both are running on
two different web servers.I 
     have integrated both the web servers with apache successfully. Now the
issue is: 
     i have been given only one IP and corresponding to it only one domain
name is there.
     Suppose the domain name is site1.com
     What i need is when i write site1.com/app1----> it should go the first
application running on one server
     and when i write site1.com/app2----> it should go to the second
application running on second server.
     Is there any possibility of achieving the same? 
     Any documentation on this would be very useful to me 

     Thanks in advance

     Suki



-- 
View this message in context: http://www.nabble.com/Two-different-applications-with-Apache-HTTP-Server-infront-tf4855754.html#a13894936
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Two different applications with Apache HTTP Server infront

Posted by Joshua Slive <jo...@slive.ca>.
On Nov 22, 2007 6:16 AM, suki <su...@yahoo.co.in> wrote:
>
>
> Hi all,
>      i m using apache 2.2. I have two web applications. Both are running on
> two different web servers.I
>      have integrated both the web servers with apache successfully. Now the
> issue is:
>      i have been given only one IP and corresponding to it only one domain
> name is there.
>      Suppose the domain name is site1.com
>      What i need is when i write site1.com/app1----> it should go the first
> application running on one server
>      and when i write site1.com/app2----> it should go to the second
> application running on second server.
>      Is there any possibility of achieving the same?
>      Any documentation on this would be very useful to me

I believe you are looking for a reverse proxy:
http://www.apachetutor.org/admin/reverseproxies

Joshua.

---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org