summaryrefslogtreecommitdiff
path: root/network/mod_evasive/mod_evasive.conf
diff options
context:
space:
mode:
Diffstat (limited to 'network/mod_evasive/mod_evasive.conf')
-rw-r--r--network/mod_evasive/mod_evasive.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/mod_evasive/mod_evasive.conf b/network/mod_evasive/mod_evasive.conf
new file mode 100644
index 0000000000..db5b0f31b3
--- /dev/null
+++ b/network/mod_evasive/mod_evasive.conf
@@ -0,0 +1,13 @@
+# Apache config for mod_evasive
+
+LoadModule evasive20_module @baselibdir@/httpd/modules/mod_evasive20.so
+
+<IfModule mod_evasive20.c>
+ DOSHashTableSize 3097
+ DOSPageCount 2
+ DOSSiteCount 50
+ DOSPageInterval 1
+ DOSSiteInterval 1
+ DOSBlockingPeriod 10
+</IfModule>
+