hello.
today i want to install modevasive with this script.
befor this time i install it with source and so add this line on httpd.conf:
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 6
DOSSiteCount 50
DOSPageInterval 2
DOSSiteInterval 2
DOSBlockingPeriod 300
</IfModule>
but in this script we must creat new file :
/etc/httpd/conf/extra/httpd-includes.conf
adn then add this line en this new file:
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
DOSWhitelist 127.0.0.1
DOSEmailNotify
[email protected]
</IfModule>
whats differente betwet them?
tnx