Forum Discussion
Andy_2570
Nimbostratus
Dec 15, 2009OWA irule
I'm a somewhat new user still so forgive me if this is an easy fix that i'm overlooking..
Currenlty i'm using
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/owa") } {
HTTP::uri "https://[HTTP::host]/owa[HTTP::uri]"
}
}
to send user to the owa login.. Works great.. My exchange admin needs me to point to
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/exchange") } {
HTTP::uri "https://[HTTP::host]/exchange[HTTP::uri]"
}
}
in order to allow '03 and '07 owa logon.. When i use the /exchange the page bombs out. When I looked at the OWA server I do notice that instead of an .asp page there is a web.config that launches the session.
So my question is has anyone gotten \exchange to work in their environment? My investigation makes it seem like an issue on the exchange server and not the F5 as it's working fine for my original target..
Any insight is great appreciated.
Thanks,
Andy
- hoolio
Cirrostratus
Hi Andy,when HTTP_REQUEST { if { not ([HTTP::path] eq "/exchange") }{ Redirect client to same host with /exchange prepended HTTP::redirect "https://[HTTP::host]/exchange } }
when HTTP_REQUEST { if { not ([HTTP::path] starts_with "/exchange") }{ Prepend /exchange to the path HTTP::path "/exchange[HTTP::path]" } }
- Andy_2570
Nimbostratus
Hey Aaron, - hoolio
Cirrostratus
Isn't /owa for 2007 and /exchange for 2003? If so, how do you know whether a request for / is for 2003 or 2007? - Andy_2570
Nimbostratus
"Supposedly" that where the \exchange comes in. My Exchange admin is telling me if that people hit that directory it will figure it out for them via AD credentials.. it seems this is more of an Exchange issue than an F5, as my orginial setup works just fine. i'm going to kick this back to him.. - hoolio
Cirrostratus
Sorry, I'm confused--I've only worked with OWA 2003--not 2007. Can you clarify what your overall goal is? What are you trying to do with the /exchange directory? If someone accesses that URI directly, are they able to log into the app? - Andy_2570
Nimbostratus
No worries... I need to have users get to both owa 2007 and 2003 via the F5. My admin is telling me that if I can get users to the \exchange directory it will work. He sent the attached article but as I re-read it it makes it seem like it's not possible.. - hoolio
Cirrostratus
That doc seems to show how you can redefine the virtual directory in OWA 2007 if you wanted to reset it or change it from the default of /owa.
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