Skip to content

nginx-modules/nginx-captcha-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Captcha Filter (IN PROGRESS)

Info

This is a nginx module that works like a filter, validating a captcha. The same module renders a captcha e use memcached to store correct response.

Requirements

  • libmemcached
  • nginx (1.0.11)

Building

curl http://nginx.org/download/nginx-1.0.11.tar.gz | tar -zxv -
git clone git://github.com/snbuback/nginx-captcha-module.git
cd nginx-captcha-module
make configure
make build
make start
open "http://localhost:8080/form.html"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published