Forum Discussion
Dimesio_91168
Sep 05, 2012Nimbostratus
redirecting 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
Sep 06, 2012Nimbostratus
Hi 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 }
}
}
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