No problems.
I think I understood you fully, but I wanted to repeat it to ensure that I do.
-
You are using ARR in a hybrid mode. Meaning, it is both a proxy (for savitarbernese.sytes.net) and for all others, it is a content server.
-
For requests with hostname savitarbernese.sytes.net, you want them to be forwarded to 192.168.1.58.
Is that it?
Assuming that above is what you want, here are the couple of steps that you will need to take.
Before you start though, make sure that you don't have any server farms created and/or any URL rewrite rules have been written. If so, please remove them. I am assuming that you have a clean start.
1) Let's enable proxy. For that, on the page that you have already located, check "Enable proxy" checkbox. Accept all the default values, except:
- select "Use URL Rewrite to inspect incoming requests"
- in "Reserver proxy:", enter 192.168.1.58
Doing just the above has now setup the ARR. However, ALL requests are being forwarded to 192.168.1.58.
2) So in order to only forward the requests with hostname savitarbernese.sytes.net, let's further modify the URL rewrite rule. Select the server node in the navigation tree view. Select URL rewrite icon. Note that there is one rule that has been created (from step 1 above). It should be named something like "ARR_server_proxy". Select the rule and click "Edit".
Once you are in the "editing" mode, sleect "Add Conditions", the click "Add...". In "Add Condition" dialog, enter {HTTP_HOST}, Matches the pattern savitarbernese.sytes.net. Click on OK to save. The "Add Condition" dialog is now closed and you are back to Edit Rule page. Click on Apply on the right hand side to save the changes.
Basically what you have done in step 2 is to add a contion to the rule so that the rule is applied only when the condition is true (in which case the host header is "savitarbernese.sytes.net").
That should do the trick. Let me know if you have further questions.