event

Description

Enables or disables evaluation of the specified iRule event, or all iRule events, on this connection. However, the iRule continues to run.

Syntax

event [<name>] [enable|disable] | [enable all|disable all]

event [<name>] [enable|disable] | [enable all|disable all]

  • Discontinues or continues evaluating the specified iRule event, or all iRule events, on this connection.

Examples

when HTTP_RESPONSE {
  COMPRESS::method prefer gzip
  event disable
}