Forum Discussion
DFeike_160744
Nimbostratus
Feb 24, 2015irule 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
Nimbostratus
Mar 10, 2015just 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, 2015
Cirrocumulus
Good stuff, thanks for feeding this back to the community. Glad you got it sorted.
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
