Forum Discussion
SharePoint 2013 Office Web Apps and APM
- Feb 10, 2015
Hi JDL, if you want to protect Web Apps with APM, you need to colocate it with the SharePoint virtual server and make sure the Web Apps FQDN is included in the list when you deploy the iApp (that will add it to the multi-domains list in the APM profile). If you are doing a separate virtual server, it shouldn't have an APM policy assigned.
Denose,
That was basically the same issue that I was having and the only way I could consistently get the results I wanted was to have a separate VS for OWA and not assign it an APM policy. You may also be able to do within the irule used to assign the correct pool. For example:
when HTTP_REQUEST {
if { [HTTP::host] eq "owa.company.com" } {
ACCESS::disable
pool owa-pool
} elseif { [HTTP::host] eq "sharepoint.company.com" } {
pool sharepoint
}
}
I hope this helps.
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