-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
mihoge
on
06-30-2009, 10:53 AM
Trace logs sent.
as another test, from the Internet I tested typing the failing link by directly typing that url into the browser. oddly enough, the RSA security console page does come up, but there is an authentication warning stating "you need to open a new window with the correct url to login". I know this is coming ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
mihoge
on
06-29-2009, 11:09 AM
No, if I enter https://host.domain.com/directory2/sub/blah/blah directly on the content server it does bring up the proper page, however there is a invalid certificate warning. While on the content server I did notice that on the main page (https://host.domain.com:7004/directory1/) when I hover over the link that fails, the URL displayed is as ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
mihoge
on
06-25-2009, 4:51 PM
Thanks for the fast reply! The /directory2/ is coming from a link on a page in /directory1/ both directories are on the server farm member, not the proxy. The rewrite rule is configured in the GUI as follows:
Name: ARR_title_loadbalance
Requested URL: Matches the pattern
Using: Wildcards
Pattern *
Ignoring case
no conditions
action type: ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
mihoge
on
06-25-2009, 4:03 PM
Using the information posted by wonyoo I was able to setup a reverse proxy using a server farm and a rewrite rule routing to this server farm. My problem is while the main URL works, https://host.domain.com:7004/directory1, when I click on a link for https://host.domain.com:7004/directory2 I get a page not found message because the URL still has ...