문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top