5 ldconfig -n /usr/lib/httpd/modules
12 1. add the following to /etc/httpd/conf/httpd.conf
13 LoadModule evasive20_module modules/mod_evasive20.so
15 2. add the module settings to httpd.conf
16 <IfModule mod_evasive20.c>
23 DOSLogDir "/var/lock/mod_evasive"
26 Also these options can be set:
27 DOSEmailNotify you@yourdomain.com
28 DOSSystemCommand "su - someuser -c '/sbin/... %s ...'"
29 DOSLogDir "/var/lock/mod_evasive"
30 3. (optional) set up sendmail if you would like to get the warning reports
31 4. for testing use ./src/mod_evasive/test.pl