]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/httpd.conf.erb
Drop all use of SSLCertificateChainFile in apache configs
[chef.git] / cookbooks / apache / templates / default / httpd.conf.erb
index 9c80314b05d996ca6349fed5d71feafe096b47ff..add175aa29e54df20ce612d426ee50fa22c6e73a 100644 (file)
@@ -44,6 +44,9 @@ ThreadLimit <%= node[:apache][:event][:thread_limit] %>
 ThreadsPerChild <%= node[:apache][:event][:threads_per_child] %>
 MaxRequestWorkers <%= node[:apache][:event][:max_request_workers] %>
 MaxConnectionsPerChild <%= node[:apache][:event][:max_connections_per_child] %>
+<% if node[:apache][:event][:async_request_worker_factor] -%>
+AsyncRequestWorkerFactor <%= node[:apache][:event][:async_request_worker_factor] %>
+<% end -%>
 <% end -%>
 
 # Default to UTF-8