Apache: Use only required modules
This change disables the default behavior of puppet-apache to enable set of "default" modules so that only the required modules are loaded. Change-Id: I9d296c4fad177dbcdc7ca5e6a122d37f692da2fc
This commit is contained in:
parent
01f4583111
commit
df26a8a2d5
@ -102,6 +102,7 @@ outputs:
|
||||
apache::server_signature: 'Off'
|
||||
apache::server_tokens: 'Prod'
|
||||
apache::timeout: {get_param: ApacheTimeout}
|
||||
apache::default_mods: false
|
||||
apache::mod::prefork::maxrequestworkers: { get_param: ApacheMaxRequestWorkers }
|
||||
apache::mod::prefork::serverlimit: { get_param: ApacheServerLimit }
|
||||
apache::mod::remoteip::proxy_ips:
|
||||
|
Loading…
Reference in New Issue
Block a user