Report this

What is the reason for this report?

ssl installation error

Posted on February 3, 2018

i follow this tutorial for installing ssl to my server https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority but this is the error am getting when i try to restart the apache pls help root@changeitdb:~# sudo /etc/init.d/apache2 restart […] Starting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code. See “systemctl status apache2.service” and “journalctl -xe” for details.



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.

Hello,

In this case, I would recommend the following:

  • Run an Apache config test:
apachectl -t
  • Check your error logs as well:
tail -100 /var/log/apache2/error.log
  • You could also run the following for more details:
journalctl -xe

This would give you enough information for further troubleshooting.

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.