Forum Discussion
Don_22992
Nimbostratus
18 years agostubborn 4xx/5xx Error Handler
I am sure this is simple....
I have the following iRule to redirect 4xx & 5xx errors to a page on a backend server. It works great - once I have sucessfully connected to the site once! What ...
Don_22992
Nimbostratus
18 years agoAaron,
The above rule did not work. I receive the following TCL error stating that the "redirect" variable does not exist.
Apr 9 14:28:25 tmm tmm[1640]: 01220001:3: TCL error: stg-errors - can't read "redirect": no such variable
while executing "if {$redirect}{
log local0. "[IP::client_addr] disabling ASM"
PLUGIN::disable ASM
} else { l
log local0. "[IP::client_addr] enabling ..."
:|
DJ