From 3502c09281256f3f65126c4914d900140e261492 Mon Sep 17 00:00:00 2001
From: martinhsv <55407942+martinhsv@users.noreply.github.com>
Date: Thu, 13 Jan 2022 15:57:04 -0500
Subject: [PATCH] Updated Reference Manual (v3.x) (mediawiki)
---
Reference-Manual-(v3.x).mediawiki | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/Reference-Manual-(v3.x).mediawiki b/Reference-Manual-(v3.x).mediawiki
index 2300ed6..73f6361 100644
--- a/Reference-Manual-(v3.x).mediawiki
+++ b/Reference-Manual-(v3.x).mediawiki
@@ -1306,25 +1306,14 @@ The possible values are:
*'''DetectionOnly''': process rules but never executes any disruptive actions (block, deny, drop, allow, proxy and redirect)
== SecRulePerfTime ==
-'''Description:''' Set a performance threshold for rules. Rules that spend at least the time defined will be logged into audit log Part H as Rules-Performance-Info in the format id=usec, comma separated.
+'''Not supported in v3'''
-'''Syntax:''' SecRulePerfTime USECS
-'''Example Usage:''' SecRulePerfTime 1000
-
-'''Scope:''' Any
-
-'''Version:''' 2.7-2.9.x
-
-'''Supported on libModSecurity:''' TBI
-
-The rules hitting the threshold can be accessed via the collection PERF_RULES.
== SecRuleRemoveById ==
'''Description:''' Removes the matching rules from the current configuration context.
-'''Syntax:''' SecRuleRemoveById ID ID RANGE ...
-
+'''S
'''Example Usage:''' SecRuleRemoveByID 1 2 "9000-9010"
'''Scope:''' Any