Random Project

Error spefifying the config file

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!