Using the ctl action to control the rule engine
The ctl
action allows for fine-grained control of the rule engine. Using this action you can configure the engine on a per-transaction basis. The following parameters are supported:
Parameter |
Description |
Corresponding directive |
---|---|---|
auditEngine
|
Turn the audit engine on or off. |
|
auditLogParts
|
Define what data to include in audit logs. |
|
debugLogLevel
|
Change the debug log level. |
|
ruleRemoveById
|
Remove a rule or a range of rules. |
|
requestBodyAccess
|
Turn request body access on or off. |
|
requestBodyLimit
|
Set the request body limit. |
|
requestBodyProcessor
|
Configure the request body processor. |
|
responseBodyAccess
|
Turn response body access on or off. |
|
responseBodyLimit
|
Set the response body limit. |
|
ruleEngine
|
Turn the rule engine... |