Last active
August 31, 2023 09:01
-
-
Save egi/d17083685241d2147b5d to your computer and use it in GitHub Desktop.
creating rate limiting rule with mod_security
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://sourceforge.net/p/mod-security/mailman/message/30634837/ | |
global and ip cannot be set per appid. | |
http://johnleach.co.uk/words/1073/rate-limiting-with-apache-and-mod-security | |
basic rules for rate-limiting incoming traffic | |
https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_security-with-apache-on-debian-ubuntu | |
the instruction here helps in debugging mod_security | |
http://stackoverflow.com/questions/131681/how-can-i-implement-rate-limiting-with-apache-requests-per-second | |
alternatives for rate limiting method. none suits my current need. | |
references: | |
* https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual | |
* https://github.com/SpiderLabs/ModSecurity/wiki/ModSecurity-Frequently-Asked-Questions-(FAQ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment