ok.. so I've been studying http://www.iis.net/learn/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing. Great article, by the way.
The situation I have is a little different, and it's kickin my a**. some guidance/help please.
I have two sites to be proxied. all on the same IP, but I need 3 (THREE) different aliases (ali-ii?)
ok. so I've got localhost and localhost:1234 on the web svr [INNERHOST1], and a separate server [PRX] dedicated to proxy functions. (expecting more web svrs to come on line... soon.
What I'm attempting is to have:
1. any http -> https
2. app1.[PRX].tld -> [INNERHOST1]:80
3. app2.[PRX].tld -> [INNERHOST1]:1234 and
4. app3.[PRX].tld -> [INNERHOST1]:1234/app3
ok.. So I've got 1 and 2 down -- But 3 and 4 are killin me. I can get 3 to work, but not 4 (with 3) So I tried swapping rules 3 and 4, but then neither works.
Help?