All Tagsreverse proxy (RSS)
  • Re: Can arr be used as a reverse proxy for Oracle

    ARR can only proxy HTTP/HTTPS protocols. So if Oracle has a web service interface, then ARR can proxy it - otherwise, it is only for HTTP/HTTPS.
    Posted to Forum by wonyoo on 04-02-2009, 8:12 PM
  • Re: New to IIS (7) Rewrite

    In addition to the link mentioned above, you can take a look at this blog post. http://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx . URL rewrite can be used together with Application Request Routing module to reverse proxy requests to internal server...
    Posted to Forum by ruslany on 03-23-2009, 1:22 PM
  • Re: wildcard host header

    Open IIS Manager and select server node in the tree view on left hand side Double click on "Application Request Routing" icon In the Actions pane on right hand side select "Server Proxy Settings" In the dialog uncheck "Preserve Host Header"
    Posted to Forum by ruslany on 09-10-2008, 1:00 PM
  • Re: Gain access to a private web server

    You can use URL rewrite module with Application Request Routing module to achieve this. This blog post explains how to use both modules together to implement reverse proxy scenario.
    Posted to Forum by ruslany on 07-15-2008, 12:47 PM
  • Gain access to a private web server

    Hello all, Can you please help me for this question : I need to gain access to an another Web server (on my private LAN) from my public IIS Web server. I know that Apache contains the ProxyPass feature, but can I do this with the URL Rewrite module ? Thanks a lot.
    Posted to Forum by dedisoft on 07-15-2008, 9:07 AM
  • Re: how rewite www.aaa.com to www.bbb.com?

    With the recent release of the Application Request Router (ARR) module for IIS 7.0 , you can use URL rewrite module together with ARR module to enable reverse proxy scenarios. Check out this blog post that explains how to do it.
    Posted to Forum by ruslany on 07-11-2008, 12:35 AM
Page 2 of 2 (16 items) < Previous 1 2
Microsoft Communities