Required Outcome
I have a website gis.domain.com. This is this forwarded to the gis.domain.com server farm which contains this website. It is a secondary IIS server. TCP80 has the primary website. There is a secondary website called webapp which is accessible on TCP8080.
My client would like to access gis.domain.com/webapp and have it re-write to <servername>.domain.local:8080.
To achieve this, all the work is to be done on the primary IIS website which maintains the Server Farms.
Rule #1
This rule is automatically generated when you set up Server Farms. It will be called ARR_gis.domain.com_loadbalance
We need to amend this rule to show the following:
I have highlighted the sections that you will need to change from the default rule. The rest of that rule can be left as-is.
Rule #2
The second rule will need to be created from scratch. Create a new Blank Inbound Rule:
Add the following settings to that rule.:
Ensure that the Stop processing setting is marked as False for both of the rules.
And that's it folks. That's all you need to get the rules working and to allow forwarding to different websites on different ports when you have a Server Farm.
No comments:
Post a Comment