Hi all
I am hosting a SilverStripe based website behind an Apache based mod_security server. Access to the website itself and to the management pages seem to work OK with the standard mod_security Rule Set from OWASP. However, as soon as I try to edit the contents of a page and save it I get 403 Forbidden generated from mod_security. The errors seem to trip up on what mod_security see as SQL Injection issues.
As I started to make an exceptions list for the mod_security, for the various rule hits I was seeing, I wondered if i was reinventing the wheel and if anyone had already built a list of required exceptions for SilverStripe? I have come across a similar list for Wordpress and one for Drupal.
Cheers
Jim