Forum Discussion
John_Lin_106399
Nimbostratus
Jun 08, 2006HTTP URI filtering and chunking?
I have a ticket open with Support but they've asked me to ask the question here.
The ticket is 274718.
I have a VIP setup to use a certain iRule using a Default Pool (lets say Poo...
unRuleY_95363
Jun 08, 2006Historic F5 Account
This is a standard mis-conception that if the control flows to the end of the event clause, the default pool will somehow be re-selected. This is not the case. Whatever the last pool selected remains in effect until otherwise changed. In order to do what you want you need to change the rule like so:
when CLIENT_ACCEPTED {
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
...
} else {
pool $default_pool
}
}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
