Set up simple reverse proxy using IIS

Posted by Ropstah on Server Fault See other posts from Server Fault or by Ropstah
Published on 2012-11-06T09:51:57Z Indexed on 2012/11/06 11:06 UTC
Read the original article Hit count: 305

Filed under:
|
|
|
|

I would like to reverse proxy my Jira installation on a Windows server 2008 machine. Jira is running under: http://jira.domain.com:8080/ and is accessible as such. The machine also runs IIS for hosting several ASP.NET websites.

I followed instructions here: http://blogs.iis.net/carlosag/archive/2010/04/01/setting-up-a-reverse-proxy-using-iis-url-rewrite-and-arr.aspx and installed URL rewrite and ARR. I now have a “Web farm” node in my IIS instance but I’ve got no idea on how to proceed. I tried adding some rules but this made the rest of my IIS websites stop responding.

Is there a simple way to say:

1. Forward http://jira.domain.com  to http://localhost:8080
2. Ignore other domains and route them as usual

Any help is greatly appreciated!

© Server Fault or respective owner

Related posts about iis

Related posts about iis7.5