X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b0e794ecd4ca2669d1f34c563ed2cfcc8b37a06c..32f927961e3de0f3719c4481a12ae213471efa96:/cookbooks/apache/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index 46feacd34..31003d628 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,6 +28,6 @@ default[:apache][:event][:max_connections_per_child] = 0 default[:apache][:listen_address] = "*" -default[:apache][:ssl][:certificate] = "openstreetmap" - default[:apache][:buffered_logs] = true + +default[:apache][:evasive] = true