Combating comment spam

After the major upgrade by my webhost, there was a sudden surge in spam on the blogs on spherebox, with a lot bypassing Akismet‘s filtering. Apparently he did not configure the ModSecurity Apache module (which did an excellent job previously) and was too lazy to do so as the new version he had installed had supposedly different configuration settings. :(

Since I got sick of getting the incessant email notifications of spam held in moderation queue, I decided to go looking around for fixes and came across this at WordPress’s Codex which helped cut down the crazy amount of spam that kept going through by heaps. Basically it adds rules to the .htaccess file which will check that any comments being submitted to wp-comments-post.php come from the comments page of the WordPress installation and not directly injected by spam bots.

Note that this did not stop the spam completely, but managed to reduce the volume enough so that Akismet could block it off appropriately.

If you’re encountering the same issue as I did, try it out. The instructions are fairly simple and requires few modifications. :)

Static website hosting with continuous deployment/delivery

While I was researching on static web hosting with Jekyll, one of the most suggested ways to get it up and running for free is by relying...… Continue reading