SOURCES: apache-mod_evasive.conf - fixed IfModule directive, use tabs inste...
gotar
gotar at pld-linux.org
Sat Feb 21 17:00:22 CET 2009
Author: gotar Date: Sat Feb 21 16:00:22 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed IfModule directive, use tabs insted of spaces
---- Files affected:
SOURCES:
apache-mod_evasive.conf (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_evasive.conf
diff -u SOURCES/apache-mod_evasive.conf:1.1 SOURCES/apache-mod_evasive.conf:1.2
--- SOURCES/apache-mod_evasive.conf:1.1 Thu Mar 9 12:22:42 2006
+++ SOURCES/apache-mod_evasive.conf Sat Feb 21 17:00:16 2009
@@ -1,13 +1,11 @@
LoadModule evasive20_module modules/mod_evasive.so
-<IfModule mod_evasive.c>
- DOSHashTableSize 3097
- DOSPageCount 2
- DOSSiteCount 50
- DOSPageInterval 1
- DOSSiteInterval 1
- DOSBlockingPeriod 10
+<IfModule mod_evasive20.c>
+ DOSHashTableSize 3097
+ DOSPageCount 2
+ DOSSiteCount 50
+ DOSPageInterval 1
+ DOSSiteInterval 1
+ DOSBlockingPeriod 10
+ # DOSEmailNotify you at yourdomain.tld
</IfModule>
-
-#DOSEmailNotify you at yourdomain.tld
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-mod_evasive.conf?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list