How can I implement rate limiting with Apache? (requests per second)

bd808 picture bd808 · Sep 25, 2008 · Viewed 107.1k times · Source

What techniques and/or modules are available to implement robust rate limiting (requests|bytes/ip/unit time) in apache?

Answer

Vinko Vrsalovic picture Vinko Vrsalovic · Sep 25, 2008

The best

  • mod_evasive (Focused more on reducing DoS exposure)
  • mod_cband (Best featured for 'normal' bandwidth control)

and the rest