Forum Discussion
wfaulk_98141
Aug 20, 2014Altostratus
iRule change pool for only one request
I want an iRule that looks like this:
when HTTP_REQUEST {
switch -glob [HTTP::path] {
"/cgi-bin/*" { pool cgi_pool }
}
}
However, I find that this sometimes creates problems. I suspe...
nathe
Aug 20, 2014Cirrocumulus
wfaulk,
The LTM is connection based rather than request based so multiple http requests within one connection will get load balanced/persisted the same - the logic has already been set.
The way around this could be to apply a oneconnect profile to the VIP as this, in effect, turns the LTM (and the VIP) into request based.
See if that helps,
N
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