Forum Discussion
William__Humphr
Nimbostratus
May 02, 2007Preserving outside accessible URL when directing to a localhost
I have url running on a local server as https://localhost/reporting/login.jsf. I would like to have my outside accessible url (https://www.calgbapps.org/ to point to the local host but preserve the ur...
William__Humphr
Nimbostratus
May 03, 2007Thanks Deb, I tried the setting that you suggested, but now it just hangs and times out. This is my current rule i have in plaec:
when HTTP_REQUEST {
if { [HTTP::uri] contains "/securemail" } {
HTTP::redirect "https://dusky.duhs.duke.edu/messenger/"
}
elseif { [HTTP::uri] contains "/test/" } {
use pool pilotweb
}
elseif { [HTTP::uri] contains "/Reporting/login.jsf" } {
use pool reporting
}
else {
use pool oracleweb
}
}
With attentiong on the one that has "Reporting" in it. I have the reporting pool set to port 443 Should this rule be correct with your suggestions?
Thanks!!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects