]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/attributes/default.rb
Enable mod_evasive for all apache instances except render servers
[chef.git] / cookbooks / apache / attributes / default.rb
index cff5e5b839c1b5fb0af59eed4b16e1d32b2feb73..31003d6288e060cd4648faf8ba2fdc07f1ebea4f 100644 (file)
@@ -1,4 +1,4 @@
-default[:apache][:mpm] = "worker"
+default[:apache][:mpm] = "event"
 
 default[:apache][:timeout] = 300
 
@@ -30,4 +30,4 @@ default[:apache][:listen_address] = "*"
 
 default[:apache][:buffered_logs] = true
 
-default[:apache][:reqtimeout] = false
+default[:apache][:evasive] = true