1

This morning we had a crawler going nuts on our server hitting our site almost 100 times per second.

We'd like to add a protection for this.

I guess I'' have to use HttpLimitReqModule but I don't want to block allow google/bing/... How should I do it ?

bl0b
  • 141
  • 1
  • 6

2 Answers2

1

Use Arno's Iptables scripts with enabled IDS plugin. It will do the job for you. Link

Piotr
  • 123
  • 1
  • 3
  • 12
1

Also you can use ngx_http_limit_conn_module

ALex_hha
  • 7,025
  • 1
  • 23
  • 39