From 6665650b2a66117d5770eecee5bdee69cc4a7a4c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 28 Mar 2024 13:23:05 +0100 Subject: [PATCH] apache2: preset mpm=prefork by default currently this is chosen depending on machine at do_configure Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/apache2/apache2_2.4.58.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.58.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.58.bb index e4f7e1ceb8..a6cdfd1659 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.58.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.58.bb @@ -63,6 +63,7 @@ EXTRA_OECONF:class-target = "\ --with-berkeley-db=no \ --enable-info \ --enable-rewrite \ + --with-mpm=prefork \ --enable-mpms-shared \ ap_cv_void_ptr_lt_long=no \ ac_cv_have_threadsafe_pollset=no \