From: Ruediger Pluem Date: Tue, 4 Nov 2008 14:59:23 +0000 (+0000) Subject: * We now need mod_unixd for worker, prefork and event as well. X-Git-Tag: 2.3.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd46aa8bb7be732a0da9d231c763a6df89701143;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- 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