Report this

What is the reason for this report?

Followed tutorial step by step to set up 2 domains on Apache2 now apache2 to reload or start. Stuck

Posted on August 23, 2017

service apache2 restart Job for apache2.service failed because the control process exited with error cod e. See “systemctl status apache2.service” and “journalctl -xe” for details.

service apache2 reload
apache2.service is not active, cannot reload

root@s166-62-39-74:/home/terry/safe0815/singlepoint# apachectl start AH00534: apache2: Configuration error: No MPM loaded. Action ‘start’ failed.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Could you try installing the following library:

$ sudo apt-get install libapache2-mpm-itk

or if you have already installed the mpm library please try the following command to enable the modules

$ sudo a2enmod auth_basic authn_core authn_file authz_core authz_host authz_user access_compat

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.