puppet-tripleo/releasenotes/notes/apache_mpm_tuning-deafdf6610ce57b2.yaml
Bogdan Dobrelya 6fb9d8e6cd Allow to configure Apache MPM module
Defaults to 'prefork', which ensures there is no upgrade/update impact.

Related-bug: #1829062

Change-Id: I3deb3e944ed4911962d204357bb3134569f153f6
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2019-07-17 17:33:44 +02:00

7 lines
231 B
YAML

---
features:
- |
Added new parameter 'mpm_module' for the base Apache profile to configure
the used MPM module. Defaults to 'prefork', which is also the default
value for the config files installed with the package.