]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* We now need mod_unixd for worker, prefork and event as well.
authorRuediger Pluem <rpluem@apache.org>
Tue, 4 Nov 2008 14:59:23 +0000 (14:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 4 Nov 2008 14:59:23 +0000 (14:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711268 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/unix/config5.m4

index bd3b99d5b9cefd2bae4cc11850b4077fe928ca0b..528cf6686043015d571dcb66cd295e18ce9ba3e1 100644 (file)
@@ -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