iRules: Disabling Event Processing
The Problem
One of our customers was recently trying to use LTM with iRules to replace their proxy servers. They wondered if, rather than building one big iRule that contained all the required logi...
Published Jun 10, 2008
Version 1.0Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
Russell_E_Glaue
Feb 18, 2009Nimbostratus
The author incorrectly used the event command in the last example.
The example says
[code]
event enable HTTP_REQUEST
[/code]
but , according to the documentation:
http://devcentral.f5.com/wiki/default.aspx/iRules/event.html
it should be:
[code]
event HTTP_REQUEST enable
[/code]