Whenever I try sudo apache2ctl start
I receive the following message:
AH00534: apache2: Configuration error: More than one MPM loaded.
Action '-k restart' failed.
The Apache error log may have more information.
When I check /var/log/apache2/error.log
, there are no entries for this error. The only mods being included seem to be in /etc/apache2/mods-enabled/
, and all I see listed there as related to "mpm" are:
- mpm_prefork.conf
- mpm_prefork.load
In /etc/apache2/mods-available/
, there are the following listed:
- mpm_event.conf
- mpm_event.load
- mpm_prefork.conf
- mpm_prefork.load
- mpm_worker.conf
- mpm_worker.load
However, my apache2.conf
file does not load those in mods-available directory.
This is new territory to me, so I may be totally looking in wrong place. Thanks in advance for your help!