ModSecurity WordPress and Akismet problem
I got a server 500 Error when accessing the akismet spam filter. Checking the logs and I could see the error was ModSecurity: Output filter: Response body too large (over limit of 524288, total not specified) To correct this edit this file /etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf Look for the line SecResponseBodyLimit 524288 I just added a leading 1 [...]