Ensure we're using mpm_event, not mpm_prefork.

We'll end up with prefork if we use mod_php, so... don't.
This commit is contained in:
Jim Hague 2024-07-13 13:04:56 +01:00
parent 59fad00c36
commit 844d6fbe88
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ apache_include_module:
apache_module.enabled:
- name: include
apache_mpm_module:
apache_module.disabled:
- name: mpm_prefork
apache_module.enabled:
- name: mpm_event
apache_proxy_module:
apache_module.enabled:
- name: proxy