Forum Discussion
DFeike_160744
Feb 24, 2015Nimbostratus
irule Troubleshooting:
Hi guys,
once i try to assign the following irule to a VS i receive this error message:
01070151:3: Rule [/Common/rule_errorpage_test] error: Unable to find pool (sorry_pool) referenced at line 21:...
DFeike_160744
Mar 10, 2015Nimbostratus
just for information we fixed the problem with a uri check to verify, if the client wants to load additional content for the page or if it is the first request to get the maintenance page.
if { [active_members pool_wartung] > 0 } {
switch -glob [string tolower [HTTP::uri]] {
"/directory/*" {
pool pool_wartung
}
default {
pool pool_wartung
HTTP::uri "/wartung.html"
}
}
- natheMar 10, 2015CirrocumulusGood stuff, thanks for feeding this back to the community. Glad you got it sorted.
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