ModSecurity excludes urls

In the virtual host configuration file, add the following code.

   SecRuleEngine DetectionOnly
   SecRule REQUEST_BASENAME "@beginsWith /excludeUrls" "id:1,ctl:ruleEngine=Off"

Written on October 15, 2023