"no MPM loaded", but I'm not even using mpm

Posted by ezuk on Server Fault See other posts from Server Fault or by ezuk
Published on 2013-10-18T09:20:47Z Indexed on 2013/10/18 9:59 UTC
Read the original article Hit count: 1964

Filed under:
|
|

Running Apache2 on Ubuntu Precise64 in Vagrant. When I try to start it, it says:

vagrant@precise64:/etc/apache2$ /etc/init.d/apache2 start
 * Starting web server apache2
 *
 * The apache2 configtest failed.
Output of config test was:
AH00534: apache2: Configuration error: No MPM loaded.
Action 'configtest' failed.
The Apache error log may have more information.

But the thing is, my /etc/apache2/apache2.conf file doesn't call for MPM anywhere! I would paste it here but it would make for a huge post...

I tried looking up the error log, but I can't find that anywhere, either. Help?

© Server Fault or respective owner

Related posts about apache2

Related posts about ubuntu