Forum Discussion
Dimesio_91168
Nimbostratus
Sep 05, 2012redirecting from one VS to another
Hello,
I have searched the forums and found little relating to this, as I am sure this is a bit of a unique situation.
I have two sites to be hosted behind our F5, each needing a dif...
Michael_Yates
Nimbostratus
Sep 06, 2012Hi Dimesio,
What is the behavior that you are seeing when you try and test your iRule? If this is an exact copy of the iRule that you created you will need a few corrections:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"scmdev.xxx.xxx.xx" { virtual NAME_OF_VSERVER1 }
"scmssodev.xxx.xxx.xx" { virtual NAME_OF_VSERVER2 }
default { reject }
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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