Forum Discussion
AngryCat_52750
Nimbostratus
Nov 07, 2013iRule to bypass APM and straight to a pool
we have a website with 3 host names - www, manage and register.example.com. they all hit the same VS.. and the VS is associated with a APM policy for the www portion.
Is there a way to bypass the APM login for the manager.example.com and register.example.com and send that to a specific pool???
2 Replies
- AngryCat_52750
Nimbostratus
would this then just bypass APM and route to the default pool??
when HTTP_REQUEST { if { ([HTTP::host] equals "register.example.com") or ([HTTP::host] equals "manage.example.com")} { ACCESS::disable return } } - Kevin_Stewart
Employee
Here's another version:
when HTTP_REQUEST { switch [string tolower [HTTP::host]] { "manage.example.com" - "register.example.com" { ACCESS::disable } } }
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