Posts tagged with “apache”

Apache mod_qos module with SetEnvIfPlus

Apache mod_qos module

I was asked to implement rate limiting on Apache and my first thought was mod_sec. Mod_sec turned out to be too complicated with too much of an overhead. Something lighter and easier should be sought. mod_qos worked :)

…more