All TagsURLRewrite (RSS)
  • Redirect causing Application Pool freeze

    I have 4 Rewrite rules trying to handle friendly URL's for a site but when they are enabled, the site eventually becomes unresponsive. If I manually recycle the app pool it starts up again. I have enabled FRT on the Urlrewrite module but don't really know what I need to be looking for that might...
    Posted to Forum by bdun on 10-11-2009, 7:45 PM
  • Did ARR v2 RC break my URL Rewrite Rule custom serverVariables?

    <rule name="Reverse Proxy to some other domain" stopProcessing="false"> <match url="^(.*)" /> <action type="Rewrite" url= http://someotherdomain.com/{R:1} /> <serverVariables> <set name="HTTP_SOME_CUSTOM_HEADER" value="FOO_BAR"...
    Posted to Forum by ISO3200 on 09-28-2009, 1:19 AM
  • Re: AAR routing / cookie / query string values

    Hello Niclas! I've been poking around and experimenting with the Application Request Routing release, and it looks like it can handle both of your requests without much hassle. The ARR can either handle URL Rewrite-based application routing rules (which includes support for checking and parsing cookies...
    Posted to Forum by serverintellect_BM on 09-26-2009, 10:21 AM
  • Rewrite Doesn't work

    Hi, I tried to use URL Rewrite Module in my Server Windows 2008 SP 1 with IIS 7 I installed module, I want to rewrite all .html extentions in my one aspx page, I write a regex which ^http://www.mydomain.com/en/(.*)html to rewrite http://www.mydomain.com/Content.aspx?kw={R:1 } I mean when I request page...
    Posted to Forum by komochko on 08-27-2009, 4:22 PM
  • questions about reverse proxy SSL features

    Hi, I would like to know if with IIS 7 + ARR + URL rewrite i can handle some features i need: I would like to publish some site from severals hosts (mix apache and IIS) through IIS reverse proxy and SSL: Publish only the IIS reverse proxy to the public network with NATed port 443. Web server are on private...
    Posted to Forum by guizmo974 on 07-27-2009, 1:47 PM
  • ARR + Forms Authentication

    Is there an easy way to configure Forms Authentication to be passed to the farm servers, the idea is to have the authentication happen at one server and another server will be access with those credentials, our application uses forms authentication, and when we hit another server directly on the farm...
    Posted to Forum by jortizv on 07-22-2009, 11:05 AM
  • Re: Http response Location header in IIS 7.0 ARR

    The ability to rewrite the response header is a feature that is not currently supported in URL rewrite v2 beta1. You will have to wait for the next update of URL rewrite (which is a couple of months away.)
    Posted to Forum by wonyoo on 07-21-2009, 12:59 PM
  • Re: REMOTE_ADDR IP restriction

    I was trying to simplify the explanation of our system. We have a load balanced system of two reverse proxy servers with a dfs replication system between them on the "url rewrite" web.config rules. Every time that we change a IP based rule on one server (RP1) the other one (RP2) will pick the...
    Posted to Forum by nelson_cerqueira on 07-16-2009, 5:03 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: Need Help for setup rules

    Using the information posted by wonyoo I was able to setup a reverse proxy using a server farm and a rewrite rule routing to this server farm. My problem is while the main URL works, https://host.domain.com:7004/directory1, when I click on a link for https://host.domain.com:7004/directory2 I get a page...
    Posted to Forum by mihoge on 06-25-2009, 4:03 PM
Page 1 of 3 (21 items) 1 2 3 Next >
Microsoft Communities