On Jul 16, 2015 8:04 AM, "Michael Felt" <[email protected]> wrote: > > First little thing I ran into - that I did not have with 2.4.12 is this: > > root@x065:[/data/prj/apache/httpd/test]/opt/httpd/sbin/apachectl start > AH00534: httpd: Configuration error: More than one MPM loaded.
> root@x065:[/data/prj/apache/httpd/test]grep -i mpm /etc/httpd/httpd.conf > LoadModule mpm_prefork_module libexec/mod_mpm_prefork.so > LoadModule mpm_worker_module libexec/mod_mpm_worker.so > # Server-pool management (MPM specific) > #Include /etc/httpd/extra/httpd-mpm.conf > > p.s. I had done configure with: > > $ ./configure --enable-layout=AIX --with-apr=/opt/bin/apr-1-config --with-apr-util=/opt/bin/apu-1-config --enable-mpms-shared=all --enable-mods-shared=all --disable-lua --enable-load-all-modules --enable-maintainer-mode --with-ssl Looks correct... --enable-mpms-shared=all Worked as instructed... --enable-load-all-modules Did just as you asked. Not sure offhand if we can hack some mpm-specific module exception to the later.
