]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/attributes/default.rb
apache: switch default mpm to event
[chef.git] / cookbooks / apache / attributes / default.rb
index ee69042c7039e3ffaa7006d1e336a8d199bc2662..080ca4e3ac23c0ba62be5bc14afc538f74cabc8a 100644 (file)
@@ -1,4 +1,4 @@
-default[:apache][:mpm] = "worker"
+default[:apache][:mpm] = "event"
 
 default[:apache][:timeout] = 300
 
@@ -28,7 +28,6 @@ default[:apache][:event][:max_connections_per_child] = 0
 
 default[:apache][:listen_address] = "*"
 
-default[:apache][:ssl][:certificate] = "openstreetmap"
-default[:apache][:ssl][:certificate_chain] = "rapidssl"
-
 default[:apache][:buffered_logs] = true
+
+default[:apache][:reqtimeout] = false