Name Based Virtual Hosting with LTM
We get a lot of posts about the best way to use LTM for name based virtual hosting: Conserving routable IP addresses by hosting multiple websites on the same virtual server and load balancing request...
Published Nov 29, 2007
Version 1.0Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
JRahm
Nov 29, 2007Admin
The persistence would be set within each case of the switch statement. Instead of this:
iz.hotkittehs.com { pool hotkittehs }
You would have this:
iz.hotkittehs.com {
pool hotkittehs
persist ...
}