mod_dosevasive and coppermine
We recently installed and activated mod_dosevasive on our server.Since the install we have been getting compliants from customers about coppermine not allowing more than 20 images to be batch added at a time.
If they try to add more than 20 images they get 403 errors and are locked out of their pages for a delay period (dos_evasive is blocking them).
Question is: is there an optimal setting for dos_evasive that will allow coppermine function while also protecting the server?
Here is my current dos_evasive settings:
<IfModule mod_dosevasive.c>
DOSHashTableSize 3097
DOSPageCount 10
DOSSiteCount 100
DOSPageInterval 2
DOSSiteInterval 2
DOSBlockingPeriod 600
</IfModule>
Thanks,
--Ryan