Forum Discussion
Karl_3130
May 09, 2011Nimbostratus
iRule for OWA, Outlook Anywhere, EWS, Outlook 2011 (Exchange 2007)
Hello,
We are running on a Big-IP LTM v9.3.1 and I am trying to properly configure our system to work with Exchange 2007. The main point is that all our 443 traffic is coming through a singl...
hooleylist
May 24, 2011Cirrostratus
Hi Karl,
1. What are the defaults when I just say persist cookie?
This uses the cookie persistence profile which is added to the virtual server.
2. Is the method to ID OWA adequate?
That's fairly standard. You might do better to set the URI to lower case first:
} elseif {[string tolower [HTTP::uri]] starts_with "/owa")} {
3. Is there a better way to do this?
That's pretty close to what I've seen deployed elsewhere. You could consider using 'persist uie [SSL::sessionid] $timeout' which persists on the SSL session ID instead of source address if you have a lot of clients connecting from behind proxies.
Does the iRule work for you?
Aaron
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