./configure with both --with-mpm=worker --enable-mpms-shared provides a really odd result;
checking which MPM to use by default... worker ../httpd-2.x/configure: line 25999: server/mpm/event/modules.mk: No such file or directory checking for pthread_kill... yes ../httpd-2.x/configure: line 26148: server/mpm/prefork/modules.mk: No such file or directory ../httpd-2.x/configure: line 26197: server/mpm/simple/modules.mk: No such file or directory ../httpd-2.x/configure: line 26293: server/mpm/worker/modules.mk: No such file or directory checking for pthread_kill... (cached) yes mkdir modules/arch/unix Is this by design? Should we use a different option to choose 'the mpm' for httpd.conf purposes?
