Using IIS7 as a reverse proxy
- by Jon
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