Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
In this document (TROUBLESHOOTING SECTION) it refers to the config file for excluded rules in the wrong directory. ————— quote ———– The [id “….”] is what we are looking for, to add to the excluded rules. Simply modify the /etc/httpd/conf/mod_security_excluded_rules.conf file and add the new rule between statements like below:…. ———— end quote ———-
should be: (conf.d not conf)
/etc/httpd/conf.d/mod_security_excluded_rules.conf
took me a while to find why it would not work!