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,...
Kevin_Stewart
Employee
Jun 24, 2014Your "Original CName URL" statement makes me think you're talking about separate DNS-based host names, in which case a variation of giltjr's iRule might be fitting:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"sitea.domain.com" { pool sitea_pool }
"siteb.domain.com" { pool siteb_pool }
"sitec.domain.com" { pool sitec_pool }
}
}
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