« Previous Next »

Thread: IIS7 as a Reverse Proxy

Last post 03-31-2009 1:37 PM by anilr. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 03-31-2009, 4:12 AM

    IIS7 as a Reverse Proxy

    Hi all [disclaimer: i'm very sorry for my bad bad bad english]

    I'm quite new on this side of IT. I was told to configure a Reverse Proxy to publish many apps on the web using only one address and redirect incoming requests to the specific private server. Looking around on the web i found out that IIS7 + ARR should be an easy way to get it.

    I've tried yesterday for a few hours to set-up the proxy, using this forum and this article as a guide, but I can't figure out the way to configure the proxy.

    Could someone of you explain me in a simple way how to proceed step by step?

    Many Thanks in advance

    Matteo Fontana

  • 03-31-2009, 1:25 PM In reply to

    Re: IIS7 as a Reverse Proxy

     ARR doesn't make a great reverse proxy.  Take a look at:

    http://www.codeplex.com/urlrewriter

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 03-31-2009, 1:35 PM In reply to

    • wonyoo
    • Top 50 Contributor
    • Joined on 12-15-2007, 6:46 PM
    • Posts 125

    Re: IIS7 as a Reverse Proxy

    For a very simple reverse proxy, all you have to do is:

    1. Select the server node on inetmgr.

    2. Double click on Application Request Routing icon.

    3. Select/check "Enable proxy".

    4. Select/check "Use URL Rewrite to inspect incoming requests.

    5. Enter the server of where you want to route the request to in "Reverse proxy" - ie. (myserver.contoso.com).

     

    In above example, all requests that are received by ARR will be routed to myserver.contoso.com.

     

  • 03-31-2009, 1:37 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 6:13 PM
    • Redmond, WA
    • Posts 2,343

    Re: IIS7 as a Reverse Proxy

    Of course, if you want different urls to go to different servers - you will have to go into the url-rewriter UI to setup multiple rewrite rules.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
Page 1 of 1 (4 items)
Microsoft Communities