Forum Discussion
Denizor_21773
Nimbostratus
Jul 04, 2008redirect URL to a node else
Hello!
I'm starting to use the bigip is little time, and am having difficulty in making a redirect by irules.
what I like to do is:
every URL that contain /servlet...
The_Bhattman
Nimbostratus
Jul 05, 2008For future reference if you are using the latest BIGIP then you will want to post in v9.x forum and not the v4.x forum.
try this irule applied on the vip.
when HTTP_REQUEST {
if { [HTTP::uri] contains "servlet/ExampleXXX" } {
node 192.168.1.29 80
}
}
thanks,
CB
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