]> git.pld-linux.org Git - packages/apache-mod_dosevasive.git/commitdiff
- adding initial config for: apache-mod_dosevasive
authorzergin <zergin@pld-linux.org>
Wed, 29 Dec 2004 23:16:31 +0000 (23:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_dosevasive.conf -> 1.1

apache-mod_dosevasive.conf [new file with mode: 0644]

diff --git a/apache-mod_dosevasive.conf b/apache-mod_dosevasive.conf
new file mode 100644 (file)
index 0000000..dfa5417
--- /dev/null
@@ -0,0 +1,13 @@
+LoadModule dosevasive20_module modules/mod_dosevasive.so
+
+<IfModule mod_dosevasive.c>
+    DOSHashTableSize    3097
+    DOSPageCount        2
+    DOSSiteCount        50
+    DOSPageInterval     1
+    DOSSiteInterval     1
+    DOSBlockingPeriod   10
+</IfModule>
+
+#DOSEmailNotify  you@yourdomain.tld
+
This page took 0.03195 seconds and 4 git commands to generate.