Extremely simple and effective PoW as an Apache module.
- C 97.4%
- Makefile 2.6%
| debian | ||
| .gitignore | ||
| CHANGELOG | ||
| COPYING | ||
| Makefile | ||
| mod_pow_captcha.c | ||
| README | ||
Extremely simple and effective PoW as an Apache module. Build/Install: make && sudo apxs2 -i -a mod_pow_captcha.la && sudo service apache2 restart Enable: ``` PowCaptchaEnabled On PowCaptchaDifficulty 4 ```