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
This commit is contained in:
parent
ece88fdbac
commit
b009c9c239
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user