From b009c9c2395376398d4fa31d577bf447e295388f Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 8 Apr 2020 10:25:02 -0400 Subject: [PATCH] Rename ApacheMaxMaxClients property to ApacheMaxRequestWorkers Remove ApacheMaxMaxClients property to set apache::mod::prefork::maxclients and add ApacheMaxRequestWorkers to set apache::mod::prefork::maxrequestworkers as the current setting ApacheMaxRequestWorkers sets maxclients and this is confusing. This was due to maxclients being renamed to maxrequestworkers in the apache configuration so was legacy naming. Change-Id: I4e0e1beb733ae1c41d74d488481230026611c6c0 Closes-bug: #1871643 --- deployment/apache/apache-baremetal-puppet.j2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/apache/apache-baremetal-puppet.j2.yaml b/deployment/apache/apache-baremetal-puppet.j2.yaml index f4321016a7..703bb0160c 100644 --- a/deployment/apache/apache-baremetal-puppet.j2.yaml +++ b/deployment/apache/apache-baremetal-puppet.j2.yaml @@ -90,7 +90,7 @@ outputs: apache::trace_enable: 'Off' apache::server_signature: 'Off' apache::server_tokens: 'Prod' - apache::mod::prefork::maxclients: { get_param: ApacheMaxRequestWorkers } + apache::mod::prefork::maxrequestworkers: { get_param: ApacheMaxRequestWorkers } apache::mod::prefork::serverlimit: { get_param: ApacheServerLimit } apache::mod::remoteip::proxy_ips: get_param: