Archive for May, 2009

ModSecurity Wordpress and Akismet problem

by: WanderingTechy May 22, 2009

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 to the number and restarted apache.

Quick and easy way to add GreyListing to your plesk server

by: WanderingTechy May 18, 2009

Thanks to Atomic Turtle for this very quick and easy to use RPM,  Here is how to install it.