From fd46aa8bb7be732a0da9d231c763a6df89701143 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Tue, 4 Nov 2008 14:59:23 +0000 Subject: [PATCH] * We now need mod_unixd for worker, prefork and event as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711268 13f79535-47bb-0310-9956-ffa450edef68 --- modules/arch/unix/config5.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/arch/unix/config5.m4 b/modules/arch/unix/config5.m4 index bd3b99d5b9c..528cf668604 100644 --- a/modules/arch/unix/config5.m4 +++ b/modules/arch/unix/config5.m4 @@ -2,7 +2,8 @@ APACHE_MODPATH_INIT(arch/unix) -if test "$APACHE_MPM" = "simple" ; then +if test "$APACHE_MPM" = "simple" -o "$APACHE_MPM" = "worker" \ + -o i"$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then unixd_mods_enable=yes else unixd_mods_enable=no -- 2.47.2