2

I would like to protect my nginx+pessenger+rails3 HTTP server from hammering/scraping. If you try to scrape the Google it shows you a captcha in case you make too many requests from the same IP. What module should I use?

Thanks.

xpepermint
  • 267
  • 3
  • 10

1 Answers1

2

You can throttle connections with the following

http://wiki.nginx.org/NginxHttpLimitReqModule

Mike
  • 22,310
  • 7
  • 56
  • 79