You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Java Job <jj...@yahoo.com> on 2003/10/18 18:50:05 UTC

[users@httpd] Apache->IIS integration

Hi,

i have a running java application, now there is a new
module, written in .NET.
For what i know, there are no modules for integrate
Apache with .NET.
I possible configure Apache for forward requests to
IIS in some cases?

What i would like to to is:

 http://www.my.com/A -> continue with apache
 http://www.my.com/B -> forward to IIS

Regards,
David

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.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] Apache->IIS integration

Posted by Joshua Slive <jo...@slive.ca>.
On Sat, 18 Oct 2003, Java Job wrote:
> What i would like to to is:
>
>  http://www.my.com/A -> continue with apache
>  http://www.my.com/B -> forward to IIS

Depends what you mean by "forward".  Assuming you want it to be invisible
to the client, use something like

ProxyPass /B http://iss.server/B
ProxyPassReverse /B http://iss.server/B

See the mod_proxy docs.

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