Extremely simple and effective PoW as an Apache module.
  • C 97.4%
  • Makefile 2.6%
Find a file
2026-04-24 19:42:30 -07:00
debian 0.0.4 2026-04-18 12:36:23 -07:00
.gitignore 0.0.3 2026-04-17 15:32:42 -07:00
CHANGELOG 0.0.3 2026-04-17 15:32:42 -07:00
COPYING Initial commit 2026-04-16 21:50:05 -07:00
Makefile Fix Makefile 2026-04-17 15:51:00 -07:00
mod_pow_captcha.c Format code 2026-04-24 19:42:30 -07:00
README Use a 302 Found redirect instead of HTML Refresh 2026-04-18 12:32:20 -07:00

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
```