Question

So I have what I thought was a simple need... I want to take URL's for a domain... something like myapp.somedomain.com and forward it to a web farm (two web servers) sitting behind an ARR proxy. Simple enough if everything is running on port 80. But if I want to say route all the requests to the web farm on port 8080 instead.. well, I'm missing something.

I have the farm define, I have load balancing configured for weighted round robin. I also have a URL rewrite rule that properly detects the domain in question and can forwards to the 'default' port of 80 on the web far. And despite adding the port to the rewrite URI, I can't get it to go to the proper port.

Any tips for the missing piece to this puzzle?

PS - entire "farm" is running in Windows Azure, but that shouldn't be relevant.

Was it helpful?

Solution

when you create the farm you will specify the host\address; below click on advanced and change the ports to the desired destination ports.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top