SecAction
Description: Unconditionally processes the action list it receives as the first and only parameter. The syntax of the parameter is identical to that of the third parameter of SecRule.
Version Compatibility: v1.0+
Tinygo Compatibility: true
Syntax: SecAction "action1,action2,action3,…
This directive is commonly used to set variables and initialize persistent collections using the initcol action. For example:
SecAction "nolog,phase:1,initcol:RESOURCE=%{REQUEST_FILENAME}"