<IfModule mod_evasive20.c>

    # threshhold for the number of requests for the same page per page interval
    DOSPageCount   5

    # threshhold for the total number of requests for any object by the same client on the same listener per site interval
    DOSSiteCount   50

    # The interval for the page count threshhold
    DOSPageInterval   1

    # The interval for the site count threshhold
    DOSSiteInterval   1

    # amount of time (in seconds) that a client will be blocked for if they are added to the blocking list
    DOSBlockingPeriod   300

    # notification address if IP address becomes blacklisted
    # DOSEmailNotify   root@localhost

    # specify log directory
    # DOSLogDir   "/var/log/mod_evasive"

</IfModule>
