Search code examples
apacheapache2ddos

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


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


Solution

  • The best

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

    and the rest