]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/evasive.conf.erb
Enable mod_evasive for all apache instances except render servers
[chef.git] / cookbooks / apache / templates / default / evasive.conf.erb
diff --git a/cookbooks/apache/templates/default/evasive.conf.erb b/cookbooks/apache/templates/default/evasive.conf.erb
new file mode 100644 (file)
index 0000000..af52666
--- /dev/null
@@ -0,0 +1,10 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+<IfModule mod_evasive.c>
+    DOSHashTableSize    65536
+    DOSPageCount        2
+    DOSSiteCount        50
+    DOSPageInterval     1
+    DOSSiteInterval     1
+    DOSBlockingPeriod   60
+</IfModule>