You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/11/04 15:59:24 UTC

svn commit: r711268 - /httpd/httpd/trunk/modules/arch/unix/config5.m4

Author: rpluem
Date: Tue Nov  4 06:59:23 2008
New Revision: 711268

URL: http://svn.apache.org/viewvc?rev=711268&view=rev
Log:
* We now need mod_unixd for worker, prefork and event as well.

Modified:
    httpd/httpd/trunk/modules/arch/unix/config5.m4

Modified: httpd/httpd/trunk/modules/arch/unix/config5.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/unix/config5.m4?rev=711268&r1=711267&r2=711268&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/unix/config5.m4 (original)
+++ httpd/httpd/trunk/modules/arch/unix/config5.m4 Tue Nov  4 06:59:23 2008
@@ -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