Mod_Antiloris 0.6.0

Started by DnvrSysEngr, September 10, 2014, 05:54:31 AM

Previous topic - Next topic

DnvrSysEngr

Downloaded and installed.  Running with no issues

Added the following to my conf file as well (from NewEraCracker on ApacheLounge):

<IfModule antiloris_module>
    IPReadLimit  20
    IPWriteLimit 20
    IPOtherLimit 20
</IfModule>

This example will allow up to 60 total connections per IP, 20 for each type.

To avoid false positives I'd also recommend tuning KeepAlive like this:
Code:
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 1