]> git.pld-linux.org Git - packages/apache-mod_dosevasive.git/commitdiff
- fixed IfModule directive, use tabs insted of spaces
authorTomasz Pala <gotar@pld-linux.org>
Sat, 21 Feb 2009 16:00:16 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_evasive.conf -> 1.2

apache-mod_evasive.conf

index acd3be3ef662275c609572d4c4263e1e1de8dd14..cfa09c3e62d63cbcac9a4a3fc52307dcc2aa317b 100644 (file)
@@ -1,13 +1,11 @@
 LoadModule evasive20_module modules/mod_evasive.so
 
 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>
 </IfModule>
-
-#DOSEmailNotify  you@yourdomain.tld
-
This page took 0.03822 seconds and 4 git commands to generate.