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