Appendix C: Scripts : Events and actions
 
Events and actions
Scripts are associated with a particular virtual server, and they are event driven. A script is triggered when the associated virtual server receives an HTTP request or response. Then, it does the programmed action.
Table 128: Script events and actions
Event/Action
Description
Event
HTTP_REQUEST
The virtual server receives a complete HTTP request header.
HTTP_RESPONSE
The virtual server receives a complete HTTP response header.
Action
Lua mode
An action defined by a Lua script that uses predefined commands and variables to manipulate the HTTP request/response or select a content route.