]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/attributes/default.rb
Rename MaxClients to MaxRequestWorkers
[chef.git] / cookbooks / apache / attributes / default.rb
index 37b87aaf38a74a45e080a54a1ce6f961815255af..25322ca1bb5f5cb370f000454b3d87df677e1bee 100644 (file)
@@ -7,7 +7,7 @@ default[:apache][:keepalive] = true
 default[:apache][:prefork][:start_servers] = 5
 default[:apache][:prefork][:min_spare_servers] = 5
 default[:apache][:prefork][:max_spare_servers] = 10
-default[:apache][:prefork][:max_clients] = 150
+default[:apache][:prefork][:max_request_workers] = 150
 default[:apache][:prefork][:max_requests_per_child] = 0
 
 default[:apache][:worker][:start_servers] = 2
@@ -15,11 +15,11 @@ default[:apache][:worker][:min_spare_threads] = 25
 default[:apache][:worker][:max_spare_threads] = 75
 default[:apache][:worker][:thread_limit] = 64
 default[:apache][:worker][:threads_per_child] = 25
-default[:apache][:worker][:max_clients] = 150
+default[:apache][:worker][:max_request_workers] = 150
 default[:apache][:worker][:max_requests_per_child] = 0
 
 default[:apache][:event][:start_servers] = 2
-default[:apache][:event][:max_clients] = 150
+default[:apache][:event][:max_request_workers] = 150
 default[:apache][:event][:min_spare_threads] = 25
 default[:apache][:event][:max_spare_threads] = 75
 default[:apache][:event][:thread_limit] = 64