Forum Discussion
Russell_E_Glaue
Nimbostratus
Feb 18, 2009How to disable iRule processing on keep-alive per request when using HTTP::respond
How to disable iRule processing on keep-alive per request when using HTTP::respond
Okay, I have encountered a problem I cannot figure out how to get around.
Here ...
hoolio
Cirrostratus
Feb 18, 2009Not that I can think of. Anyone else have any ideas?
I tried disabling HTTP_REQUEST and then re-enabling the event in HTTP_REQUEST with a priority of 501, but the 501 instance never runs after the HTTP_REQUEST event is disabled:
when HTTP_REQUEST {
log local0. "500 disabling"
event HTTP_REQUEST disable
log local0. "500 disabled"
}
when HTTP_REQUEST priority 501 {
log local0. "501?"
}
Log output:
: 500 disabling
: 500 disabled
So the answer on that is no. I didn't think it would actually work, but that was the only other thing I could think of. It might be nice if you could do something like this:
event HTTP_REQUEST priority 500 disable
Aaron
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
