Using IIS7 as a reverse proxy
Posted
by Jon
on Server Fault
See other posts from Server Fault
or by Jon
Published on 2010-05-18T10:31:16Z
Indexed on
2010/05/18
10:41 UTC
Read the original article
Hit count: 372
Hi All,
My question is pretty much identical to the question listed but they did not get an answer as they ended up using Linux as the reverse proxy.
http://serverfault.com/questions/55309/using-iis7-as-a-reverse-proxy
I need to have IIS the main site and linux (Apache) being the proxied site(s).
so I have
site1.com (IIS7) site2.com (Linux Apache)
they have subdomains of
sub1.site1.com sub2.site1.com
sub3.site2.com
I want all traffic to go to site1.com and to say anything that is site2.com should be proxied to linux box on internal network, (believe ARR can do this but not sure how).
I can not have it running as Apache doing the proxying as I need IIS exposed directly.
any and all advice would be great.
Thanks
© Server Fault or respective owner