Report this

What is the reason for this report?

Apache stopped running and won't start

Posted on November 9, 2019

/etc/init.d/apache2 start

but won’t start



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.

Hell,

I would recommend a few things in this case:

  • Check if there are any errors in your config files by running a config test:
apachectl -t

If you have any config errors the above command would point you to the correct direction for further troubleshooting

  • Check the status of your Apache:
systemctl status apache2

This could also give you some very useful information

  • Check your Apache error log:
tail -100 /var/log/apache2/error.log

The above steps should provide you with all of the necessary information to get the problem fixed.

Hope that this helps! Regards, Bobby

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.