How I did It #2 - “Assigning Multiple Public IPs to an Azure-hosted BIG-IP”
As I mentioned in the previous post, this series, (“How I Did It”), we’ll take a customer request/challenge and implement a solution. So, here’s the request: “Can I deploy multiple applications beh...
Published Jun 03, 2016
Version 1.0Greg_Coward
Employee
Joined July 19, 2011
ekaleido
Cirrus
Jul 28, 2016I've also made scalable use of the following iRule for one VIP to many backend pools...
when HTTP_REQUEST {
set hostpool [string tolower [HTTP::host]]_pool
pool $hostpool
}
You would need to add a catch or something to handle requests where $hostpool doesn't match a valid pool but that wouldn't be too cumbersome.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)