All Tagsreverse proxy (RSS)
  • IIS loadbalancer question

    I am going to setup an IIS7 instance behind a load balancer. I would like all apps (PHP/ASP/Asp.net) to be able to see correct REMOTE_ADDR, and not the one of loadbalancer. Later on I'll use ARR, and would like to ensure the problem doesn't occur there too. Please advise.
    Posted to Forum by supportnet on 10-05-2009, 8:30 AM
  • Re: Redirect to another application iis 7

    I think what you want to do is to originally receive the requests via 80, but proxy it to 3000 on the same server, yes? If so, you will just want to configure ARR as a reverse proxy and route the request to localhost:3000. (When you click on the server node in IIS Manager, you will see an ARR icon. From...
    Posted to Forum by wonyoo on 09-24-2009, 11:37 PM
  • Re: Outside Rewrite

    Let me see if I understand your question. You want the requests that are received via site.ourdomain.com to be routed to site.hosteddomain.com without changing the URL on the client browser, is that right? If so, all you need to do is to configure ARR as a reverse proxy. The UI for this configure differs...
    Posted to Forum by wonyoo on 09-24-2009, 11:13 PM
  • Re: Simple redirect question

    No problems. I think I understood you fully, but I wanted to repeat it to ensure that I do. You are using ARR in a hybrid mode. Meaning, it is both a proxy (for savitarbernese.sytes.net) and for all others, it is a content server. For requests with hostname savitarbernese.sytes.net, you want them to...
    Posted to Forum by wonyoo on 07-24-2009, 12:45 PM
  • Re: how to implmenent such URL rewrite rule in ARR?

    In your case, because the 4 sites are running on different machines, you have to proxy that request via common gateway (like ARR). So I don't think you will be able to accomplish what you want with just URL rewrite. I think this article will explain how you can achieve what you want to do. http:...
    Posted to Forum by wonyoo on 07-17-2009, 1:10 AM
  • REMOTE_ADDR IP restriction and DFS

    We install Microsoft Application Request Routing on a server and we are using it as a reverse proxy server. All the url rewrite rules work, if we update the rule set with new rules everything still works but if we introduce or modify any rule that contains any IP condition and use REMOTE_ADDR as a variable...
    Posted to Forum by nelson_cerqueira on 07-15-2009, 5:06 AM
  • Re: Reverse proxy for 3 internal web servers

    I believe the examples shown in this forum post would also be helpful in understanding how different rules can be used for routing requests: http://forums.iis.net/t/1158459.aspx Let me know if you have further problems.
    Posted to Forum by wonyoo on 06-20-2009, 11:22 PM
  • Re: Reverse Proxy not working

    From the trace file it looks like the URL rewrite module has changed the URL correctly to http://172.28.75.31:90/s1mobile-server/favicon.ico . Do you have ARR module installed? Also, have you enabled the proxy functionality in ARR (Check the “Enable proxy” checkbox located in Application Request Routing...
    Posted to Forum by ruslany on 06-18-2009, 1:59 PM
  • Re: Reverse Proxy not working

    When you make a request to http://mydomain.com/version.html what is the error you are getting from IIS?
    Posted to Forum by ruslany on 06-15-2009, 11:20 PM
  • Does ARR supported rewrite URL for non-ASCII charset?

    Few days ago, I was install ARR 2.0 beta 1 on my IIS 7 to build reverse proxy. It's ok for rewrite URL to my web server, I'm so glad ARR can use for reverse proxy :) only one thing I'm confused, when QuerryString has non-ASCII charset (EX:Chinese words), ARR will response HTTP 500 error....
    Posted to Forum by tigerlin on 04-14-2009, 5:59 AM
Page 1 of 2 (16 items) 1 2 Next >
Microsoft Communities