Forum Discussion
frisco76_104868
Nimbostratus
Oct 21, 2009redirect to another pool member based on URI string
hi all, i'm looking to implement the following iRule below. What I'm not sure of if I want to redirect to a member of ANOTHER pool. is that possible to do?
(iRule for Pool 1)
}
w...
Any variable set in RULE_INIT will be global (and will demote the virtual server from using all cores available). You're using the road and target variables in the HTTP_REQUEST event. You could eliminate the intermediate variables and just reference the actual commands.
Aaron