From 844d6fbe884ba4c9a62d52fe2586315744ff0135 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sat, 13 Jul 2024 13:04:56 +0100 Subject: [PATCH] Ensure we're using mpm_event, not mpm_prefork. We'll end up with prefork if we use mod_php, so... don't. --- states/apache/init.sls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/states/apache/init.sls b/states/apache/init.sls index 7e9de48..a23e9bf 100644 --- a/states/apache/init.sls +++ b/states/apache/init.sls @@ -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