From 9997cee04aaf6020fb319a18c331af052ada6b86 Mon Sep 17 00:00:00 2001 From: ivanr Date: Wed, 27 Aug 2008 14:46:31 +0000 Subject: [PATCH] Clarified that SecMarker IDs are the same thing as rule IDs. --- doc/modsecurity2-apache-reference.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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