From ceb6a0eac9ee5fac55908267eab6334fa427bd16 Mon Sep 17 00:00:00 2001
From: Nils Olof Paulsson <nils.olof.paulsson@liu.se>
Date: Thu, 21 Nov 2024 15:39:36 +0100
Subject: [PATCH] X-[

---
 manifests/apache.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/apache.pp b/manifests/apache.pp
index 495752c..bea3ec3 100644
--- a/manifests/apache.pp
+++ b/manifests/apache.pp
@@ -35,7 +35,7 @@ class ojs::apache (
     default_charset => 'UTF-8',
     default_vhost   => false,
     purge_configs   => true,
-    mpm_module      => 'prefork',
+    mpm_module      => 'event',
   }
   class { 'apache::mod::ssl': }
   class { 'apache::mod::proxy': }
-- 
GitLab