Commit 2ca3e79c authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* 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
parent 45775592
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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