Forum Discussion
Chris_Miller
Mar 03, 2011Altostratus
Yeah, not sure what I was thinking.
Let's try this
when CLIENT_ACCEPTED {
if { [active_members poolA] < 1 } {
pool poolB
set maint 1 }
else { set maint 0 }
}
when HTTP_REQUEST {
if { $maint eq 1 } {
HTTP::uri /splash.html }
}