Forum Discussion
wowchens
Nimbostratus
Nov 24, 2008Host Header based Routing
Hello: I have a unique(not sure if its unique) requirement with a bunch of my web sites. I am trying to host like 5 externally facing websites using ONE external IP Address. I am wondering to see if t...
wowchens
Nimbostratus
Nov 25, 2008This is what I got my sites working. Please let me know your expert thoughts on this.
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
www.domain1.com { pool domain1 }
www.domain2.com { pool domain2 }
default { discard }
}
}
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