"no MPM loaded", but I'm not even using mpm
- by ezuk
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?