Apache Module mod_akismet Overview
mod_akismet is Apache module that enables you to detect spam comments before your application handler by Akismet's anti-comment-spam service. It is designed to stand in front of your Apache application handler and allow you to check out spam comment post. If it detects spam post, it adds spam detected flag to both apache subprocess_env and incoming http header table with the key named "akismet_detect_spam". Therefore, the spam detected flag can be referred by app handler or next apache modules.
News
- 2009/7/2: migrate svn repository to github
- 2009/5/10 : version 0.0.1 released (Experimental)
Documents
- Download
- Prerequisites
- Build and Install
- Configuration Directives
- More Configuration
- Sample Configuration
- Application Sample
- Source Code
Authors
Yoichi Kawasaki <yokawasa at gmail.com>