*Simple* way to block DDoS by number of requests
- by Eduard Luca
I have 3 Varnish 3.0.2 servers with Apache 2 as backends, which are being load balanced through a HAproxy separate server.
I need to find a very simple program (I'm not much of a sysadmin), which blocks requests from an IP, if that IP has made more than X requests in Y seconds.
Would something like this be achievable with a simple solution? Right now I have to block all requests manually with iptables.