X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7013f21316fbdc86a8a36c7aea7f908878db6ef7..d7a3c93b3073fae63ca4f9e52c489724b8dea813:/cookbooks/apache/attributes/default.rb diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index ee69042c7..080ca4e3a 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -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