0
votes
1answer
25 views

Internal server error trying to overwrite response host name using ARR IIS module

I have atlassian jira version 5 bug tracker server in my private network with domain name bt01.private.com. I want to publish this server to internet using application request routing iis module. I ...
1
vote
1answer
73 views

IIS 7+ Application Request routing balance between two different sites on the same box

I am looking to setup request routing on a single server. 1 incoming hostname (www.mysite.com) 2 websites (www1.mysite.com and www2.mysite.com) load spread evenly between them. This is purely so ...
2
votes
0answers
151 views

Application Request Routing (ARR) - Single Server Reverse Proxy(ish) Setup

I have 1 webserver that has two .NET apps running on it. These are set up on the server as app1.mydomain.com and app2.mydomain.com. I would like to be able to take any request going to ...
0
votes
0answers
291 views

ARR reverse proxy outbound rewrite rule for redirections

I'm currently trying to put together a proof of concept on mixing various technologies onto one web site in order to ease migrations and add flexibility. The idea is to create one 'mashup' site behind ...
1
vote
0answers
223 views

ARR Reverse Proxy and multiple sites as subdirectories with IIS 7.5

I have multiple websites (combination of ASP.NET Webforms and MVC3) that we are trying to consolidate under a single domain with each site under a directory on this main domain. So I want to take the ...
2
votes
0answers
115 views

IIS Reverse Proxy Rewrite Rule usage monitoring

How can I display stats for each Rewrite rule in IIS when using it as a reverse proxy with ARR? We use 'Orenosp' Secure reverse proxy for some of our networks but use IIS + ARR for others and one of ...
0
votes
1answer
2k views

IIS 7 ARR Reverse Proxy Over https

I have a very simple reverse proxy setup in IIS7 using ARR and rewrite module that takes all traffic on an IP and routes it to a different IP running on a different server. <rule ...
0
votes
1answer
333 views

IIS - How to use appcmd to add cache control rules to ARR?

We are using IIS/ARR to act as a reverse proxy which is deployed on Windows Azure, as part of the role startup a CMD file runs which handles all of the configuration. eg: %appcmd% set config ...
0
votes
1answer
269 views

ARR+URL Rewrite with different directory structures returning 500 error

I have set the following configuration set for a reverse proxy using ARR + URL Rewrite IIS7.5 I am trying to proxy www.originurl.com/e/ through front end site www.proxyurl.com/. Note I'm mapping the ...
3
votes
0answers
343 views

IIS7 proxying VisualSVN server refuses to allow Web.config files to be committed

I use IIS 7.5 with the Application Request Routing and URL Rewriting modules to act as a reverse proxy for several apache-based web sites, including VisualSVN Server. I'm having a problem when I try ...
0
votes
2answers
531 views

Reverse Proxy and IIS

I am trying to do something that should be rather simple, but still I can't make it work. Let's say I have 2 virtual machines on my lan. Those machines are web servers for customer-testing purposes. ...
1
vote
0answers
519 views

IIS7 performance in a reverse proxy configuration?

I've been asked to consider IIS7+ARR as a reverse proxy to replace a linux Squid setup. However I am having difficulty finding any evidence that it is being used for this purpose "out in the wild". ...