Forum Discussion
Joe_5599_134300
Nimbostratus
Apr 09, 2014Exchange iApp OWA irule Modification for Enterprise Vault
I just wanted to have someone verfiy if this is the best approach for modifying the default Exchange iApp created irule to also allow Enterprise Vault. I have added the enterprise vault section.
e...
mikeshimkus_111
Apr 17, 2014Historic F5 Account
You need to use the same syntax for scanning the URI:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] equals "/enterprisevault" } then {
pool exchange-mail_enterprisevault
} else {
if { ([HTTP::uri] == "/") } then {
HTTP::redirect https://[HTTP::host]/owa/
}
}
}
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