diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 068292dc..2c242802 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -1298,8 +1298,9 @@ SecAuditLogStorageDir logs/audit <literal>SecMarker</literal> Description: Adds a fixed rule marker in the - ruleset to be used as a target in a skipAfter - action. + ruleset to be used as a target in a skipAfter action. + A SecMarker directive essentially creates a rule that + does nothing and whose only purpose it to carry the given ID. Syntax: SecMarker ID @@ -5205,7 +5206,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \ <literal>skipAfter</literal> Description: Skips rules (or chains) on - successful match resuming rule execution after the specified rule id or + successful match resuming rule execution after the specified rule ID or marker (see SecMarker) is found. Action Group: Flow