Closed undergroundwires closed 1 year ago
Thank you for quick action @jcchavezs , happy to see this repo being maintained nicely. This time it was my misconfiguration, no problem from coraza side. Please ignore this issue completely. Thank you all four your efforts for coraza.
Awesome, thanks!
On Thu, 9 Feb 2023, 01:55 undergroundwires, @.***> wrote:
Closed #617 https://github.com/corazawaf/coraza/issues/617 as completed.
— Reply to this email directly, view it on GitHub https://github.com/corazawaf/coraza/issues/617#event-8474416026, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXOYATXNIUG32LLOOC2JLLWWQ6BHANCNFSM6AAAAAAUVXYG2U . You are receiving this because you were mentioned.Message ID: @.***>
I use latest coraza-caddy with Caddy along with core ruleset.
My Caddyfile configuration looks like:
In
/waf/extra-rules.conf
I have some URI-based exceptions which work fine. However, if I disable same rule on two different URI based rules, the whole file is ignored and none of the exceptions work.So this works fine:
But If I add one more rule that will run
ruleRemoveById
on different URI (e.g./test2
), all other exceptions in the file fails and are ignored. This configuration does not work: