Forum Discussion
Ganesh_Ramamoor
Nimbostratus
May 02, 2006Packets not sent to server
I have a very simple iRule:
when HTTP_REQUEST {
if { [HTTP::uri] contains "X1" } {
pool x1
}
elseif { [HTTP::uri] contains "x2" } {
...
John_Lin_106399
Nimbostratus
Jun 05, 2006I seem to have a similar issue where we use the HTTP::uri starts_with rather than contains. My problem is once packet gets load balanced to one set of pool it seems to get "stuck" there and irule will not process any future requests. So subsequent requests kept on going to the stuck pool rather than being evaluated by irule again. I suspect something with keepalive on the webserver since if I disable keepalive it seems to process through irule again. I'd suggest checking your keepalive setting and see if its enabled. I have a ticket open w/F5 to see if they can shine some light on this issue.
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