Tagged Questions
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 ...
0
votes
1answer
40 views
How Application Request Routing(ARR) will work with IIS Web Services
I currently have 2 servers on Which nlb and application pools are running .Since the nlb doesn't recognize, that if an application pool has failed, it sends the request even when an application pool ...
0
votes
0answers
38 views
How to setup ARR load balancer and content server on the same machine?
Is it possible to setup ARR load balancer and content server on the same machine (i.e. I have one machine working as load balancer and content server, and some more content servers)?
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 ...
0
votes
1answer
156 views
Reverse proxy in IIS to local TomCat
IIS has several websites:
domain1.com
a.domain2.com
b.domain2.com
There is also a TomCat running on
localhost:8087
The challenge is how to expose the TomCat externally as
b.domain2.com
...
0
votes
0answers
44 views
Benefits of ARR in a load balanced environment (Azure)?
I've built a simple IIS 8 web farm on Azure VMs. The web farm has 3 instances (Windows Server 2012) using shared configuration. The load balancing is handled by the Azure's built-in load balancer.
...
1
vote
0answers
169 views
IIS Application Request Routing(Monitoring and management) Powershell
I am working with iis arr powershell...
In my iis i have one web farm and in that i have two servers "server1" & "server2"......
My task is
Make server1 unavailable gracefully
restart server1 ...
2
votes
1answer
175 views
Make server unavailable gracefully using Powershell in ARR
We are using ARR as reverse proxy and I would like to make a server unavailable for various reasons. How can this be done using Powershell?
Edit 1:
I found this ...
-1
votes
1answer
80 views
How to remove Application Request Routing on Windows 7 [closed]
I have problem because Application Request Routing 2.5 doesn't root my requests anymore on my windows 7 with IIS 7.
I don't know how to remove it and reinstall it.
Does someone know ?
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 ...
1
vote
0answers
85 views
Load Balancing on IIS [closed]
I have applications running on IIS, previously standalone. I'm trying to implement high availability and looking for the best option.
I have the option of a hardware load balancer, or network load ...
0
votes
1answer
118 views
Application Request Routing (ARR)
I am in the process on installing a IIS on Win2008, which shall power PHP websites.
I am not familiar with "Application Request Routing". Does it make sense to install this module, when the plan is ...
1
vote
2answers
288 views
load balancing IIS7.5 server by geolocation
I have one web site and 3 servers in different location Asia, Europe, US. I am new in this things but what I want to do is implement ARR load balancing by geolocation (like CDN). Anyone know tutorial ...
1
vote
0answers
222 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 ...
0
votes
0answers
256 views
ARR & URL Rewrite, how about Cookie?
I have a question about using ARR(Application Request Routing), for example, I want to rewrite request from "www.old.com" to "www.new.com", and handler in "www.new.com " will request cookie whose ...
0
votes
1answer
116 views
Set ARR under IIS with last-modified header for cache
I want to set ARR (IIS load balancing software) with cache that depends on the last-modified tag in the header.
Every time the server gets a request it will look at the last-modified tag and if it's ...
1
vote
0answers
197 views
IIS 7.5 and ARR - Server.MapPath showing path on ARR Server not Content Server
I am currently building a Web Farm using ARR and the Web Farm Framework.
We have two ARR servers that are part of their own NLB cluster with the Web Farm containing two identical content servers.
...
2
votes
2answers
339 views
TeamCity Nuget feed via IIS/ARR/URLRewrite
Versions:
Windows Server 2008 R2 SP1
TeamCity 7.0.2
Tomcat 7.0.27
IIS 7.5
ARR 2.5
URL ReWrite 7.2.2
TeamCity is installed into a pre-existing TomCat installation as a JavaEE WAR.
IIS has been ...
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 ...
1
vote
1answer
69 views
Routing a url to fetch content from another site
Environment: IIS 7.
I have a default site www.domain.com and its folder is C:Inetpub/wwwroot/domain There is subdomain www.subdomain.domain.com and its folder is C:Inetpub/wwwroot/domain/subdomain.
...
1
vote
1answer
121 views
ARR route to servers
I'm trying to get ARR running in a test environment. I have 3 servers and setup a web farm. From there I enabled load balancing on each node except the primary.
What it seems like its doing is the ...
0
votes
0answers
377 views
ARR 2.5 on IIS 7.5 not routing to localhost:8080 properly as reverse proxy
I followed this Step by Step guide to hosting teamcity in iis 7 in order to access my CI server (Jenkins) via IIS and port 80
kill
I set up the ARR rules to route my subdomain ci.hat-tip.co.uk, and ...
0
votes
1answer
179 views
Handle lock on disk Cache by ARR Module. How release it without recycle the application pool?
I get cached disk file in the directory c:\arrCache_media\video. IIS
still got an handle on the file, so i can't rename, delete or re-write
the file. But i can move the file to another folder, ...
3
votes
1answer
2k views
Setting up an Active-Active IIS Cluster with ARR - is it possible?
I would like to know if we can setup an Active-Active IIS Cluster using Windows Cluster services that shares a common storage to store web content and WITHOUT the use of Windows NLB.
I'm aware that ...
2
votes
1answer
283 views
Is it possible to setup load balancing for 2 apps running on the same server?
I have two instances of a web app (using play framework) running on the same machine under two different ports.
I am trying to work out if it is possible to set IIS to act as a reverse proxy and ...
0
votes
1answer
332 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
443 views
Bad request - Invalid Hostname Error when using ARR IP address
I'm trying to setup a simple ARR system. I have 1 ARR machine load balancing between 2 APP servers. I can reach the app sites if i use the server name of the ARR machine. (http://arrserver/app) But i ...
1
vote
0answers
116 views
Bad request 400 Error when using parent cache node
I'm trying to design a load balancing system with a parent cache. I have 2 Child Cache servers with ARR and Network load balancing features installed. (vServer2008-1: 10.7.10.90, ...
1
vote
2answers
983 views
Installed Application Request Routing for IIS, but cannot see it in the management tool for IIS
I'm trying to configure the ARR, but can't seem to find it anywhere in the IIS management tool.
I've checked for permission issues (both during the install and when starting the IIS Manager). ARR ...
3
votes
0answers
342 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
1answer
188 views
IIS Request Filtering blocks Application Request Routing
Using one box, I have an IIS server and a tracd server running. Via ARR, any request on the IIS server matching /trac/* is proxied through to the tracd server.
Everything is working fine, except when ...
0
votes
1answer
287 views
iis7 domain based proxying?
I'm a longtime IIS user, but new to IIS7. I have a need in our org to route users on our multi-domain intranet, based on their domain. I'm looking at IIS because of integrated windows auth (otherwise ...
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. ...
3
votes
1answer
350 views
Strategy for zero downtime rollouts: what about the DB?
We have an asp.net/MVC2 web app hosted on Amazon windows IIS7 that I would like to deploy updates to with as little downtime as possible.
Building on IIS ARR 3-site setup as described here ...
0
votes
2answers
501 views
Application request routing and load balancing
I use Application request routing in my farm environnement.
I got 2 ARR server and 2 IIS server in my farm. I configure my routing to load balance request even to my iis server, but when i look ...
2
votes
1answer
769 views
Application Request Routing for IIS and custom error pages when server is offline
I was wondering if there is a way to display a custom error page when something goes wrong with my server farm using Application Request Routing for IIS.
For example let's assume that all my servers ...
1
vote
2answers
543 views
ARR servers in the Load Balancing pool automatically go from unavailable to available
I have 3 IIS web servers in an ARR web farm. When we do rolling releases, we take one server offline as a backup server and move it into an "Unavailable State" I have noticed that with ARR, servers ...
1
vote
1answer
1k views
Load-Balancing with ARR + IIS on ports other than 80
Is there any way to use ARR to re-route requests to ports other than 80/443 (the default http/https ports, respectively)? We have several web applications that listen on ports other than 80 and would ...