]> git.pld-linux.org Git - packages/apache-mod_dosevasive.git/blobdiff - apache-mod_evasive.conf
- fixed IfModule directive, use tabs insted of spaces
[packages/apache-mod_dosevasive.git] / apache-mod_evasive.conf
index acd3be3ef662275c609572d4c4263e1e1de8dd14..cfa09c3e62d63cbcac9a4a3fc52307dcc2aa317b 100644 (file)
@@ -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@yourdomain.tld
 </IfModule>
-
-#DOSEmailNotify  you@yourdomain.tld
-
This page took 0.02325 seconds and 4 git commands to generate.