Forum Discussion
Gerald_G__Young
May 27, 2011Nimbostratus
Exchange 2010 OWA Hangs
All,
We have a pair of LTMs load balancing traffic for all Exchange clients using one Virtual Server. Currently, we're having an issue where the OWA interface (through IE 8) for Exchange 20...
Gerald_G__Young
Jun 14, 2011Nimbostratus
Can't.
The OWA Persist iRule uses a COMPRESS command. I'm a complete novice when it comes to iRules. Is there a way to comment that out or should I just remove it and save? Note that we are running all Exchange services off of one VS.
when HTTP_REQUEST {
switch -glob [HTTP::path] {
"/rpc/rpcproxy.dll" {
switch -glob [HTTP::header "User-Agent"] {
"MSRPC" {
if { [HTTP::cookie exists "OutlookSession"] } {
persist uie [HTTP::header "OutlookSession"] 3600
}
else {
persist uie [HTTP::header "Authorization"] 3600
}
}
"*Microsoft Office*" {
persist uie [HTTP::header "Authorization"] 3600
}
default {
persist source_addr
}
HTTP::disable
COMPRESS::disable
}
}
default {
persist cookie
}
}
}
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