You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that means if i want to change a series of action rules then i have to declare each rule id one by one if using this directive.
there is no way to select multi rule id like regex, wildcard, ...
that means if i want to change a series of action rules then i have to declare each rule id one by one if using this directive. there is no way to select multi rule id like regex, wildcard, ...
Yes, exactly.
You haven't mentioned which rule set you use, but if it's CRS, you can use SecRuleUpdateTargetByTag - docs is here. Probably it's more efficient.
How to use SecRuleUpdateActionById directive to change action of multi rule id ?
When i use
SecRuleUpdateActionById 70050015 "pass"
-> It's work
But
SecRuleUpdateActionById 70050014-70050016 "pass"
-> Not work
The text was updated successfully, but these errors were encountered: