Mod Evasive install help
hi! im trying to install mod_evasive on a ubuntu 10.04 LTS via both guides above but cannot seem to get apxs to run. So i manually added it into my apache2.conf file:
LoadModule evasive20_module /usr/lib/apache2/modules/mod_evasive20.so
<ifmodule mod_evasive20.c="">DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10</ifmodule>
But doesn't appear to work when i run the test, everything goes through which means it's not working.
root@neomalle:~# perl test.pl
HTTP/1.1 200 OK
HTTP/1.1 200 OK
x 100
Am i missing something? thanks
P.S. When i run sudo a2enmod mod-evasive, i get:
Module mod-evasive already enabled
2 Replies
James