Forum Discussion
Multiple Web Applications behind single VS
- Mar 16, 2020
Hello John,
You can do it using iRule. Please refer below iRule.
when HTTP_REQUEST
{
switch [HTTP::host] {
"abc.com" {pool abc-pool}
"xyz.com" {pool xyz-pool}
}
}
In this way, you can add multiple application urls alongwith its associated pool. Entries here are case sensitive. Also make sure Virtual Server Configuration like SSL& http profiles, SNAT etc is proper to handle all requests.
Hope this will fulfill your requirement!
Mayur
As per my knowledge there is no limitation as such. I have same setup in our environment and i've taken more than 100 web application behind one VS through same irule.
I hope this resolves your query, if yes, please mark this question as solved.
Mayur
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