Forum Discussion
Michael_Sproul1
Nimbostratus
Jan 06, 2014Multiple Pools on Single Virtual Server
Have a user with several SharePoint Apps, which were hosted on a single server. Trying to add LTM Load-Balancing, between two servers. Currently, we have added the two hosts, with a Monitor for each,...
giltjr
Nimbostratus
Jan 06, 2014You can do this using an iRule and checking for the unique uri for each application.
when HTTP_REQUEST { switch -glob [HTTP::uri] { "/App01/"{pool App01_Servers } "/App02/"{pool App02_Servers } "/App03/*"{pool App03_Servers } default{pool SharPoint } } }
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