Forum Discussion
muzammil_88686
Aug 15, 2011Nimbostratus
Redirection to another pool
Dear Dev Team,
We have two Virtual Servers as below.
Virtual Server1:
---------------
Virtual Server Name: VS1
Virtual Server IP: 10.1.1.1
Pool Name: PL1
...
Colin_Walker_12
Aug 16, 2011Historic F5 Account
You could also do something like:
when HTTP_REQUEST {
if {([HTTP::path] starts with "/test123") && !([HTTP::uri] ne "/test123/test.html") } {
HTTP::uri "test123/test.html"
pool PL2
}
}
Something like that should get you started, but as Michael said you are limiting the possible pages within the test123 directory to only that one specific page.
Colin
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