Forum Discussion
Activesync and Outlook Web App
Hello,
what if we have to create VIP for OWA only and expecting 18000 connection?
what best practices to be followed.
If pool members are working on Port 443 only is below parameters are OK.
Health Monitors - HTTPS
Pool - Slow Ramp time = 300
Load balancing method - List connection Member
irule-
1) Append irule
when HTTP_REQUEST {
if { ([HTTP::uri] == "/") } {
HTTP::redirect https://[HTTP::host]/owa/
}
}
2) Active Sync irule
when HTTP_REQUEST {
if { [HTTP::header exists "Authorization"] } {
persist uie [HTTP::header "Authorization"] 7200
} else {
persist source_addr
}
}
as we have activesync config for outlook.
Profile:
HTTP: X-Forwarded-FOR
TCP WAN
TCP LAN
Client SSL - SSL bridging
Server SSL - SSL bridging
Persistence - Cookie
SNAT Pool - 4 SNAT IP's
Thanks to confirm soon
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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