A few of the sites went down again today, cheaptextbooks.com and dailydeal.com.
I tried to run update code and reboot the server, I ran this:
sudo apt-get update && sudo apt-get dist-upgrade sudo service apache2 restart
I run systemctl status apache2.service and I get this output:
================================================ Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: failed (Result: exit-code) since Thu 2019-08-15 12:48:00 UTC; 8min ago Docs: man:systemd-sysv-generator(8) Process: 16759 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS) Process: 5852 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
If anyone can help I’d appreciate it.
Will pay cash if anyone can help.
Thank you!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
FIXED!
This issue arises if the following has occurred:
Try first to reboot: sudo service apache2 restart
Get file that is causing the issue from error log.
Navigate to this directory: cd /etc/apache2/sites-enabled unlink YOURDOMAIN.YOURDOMAINEXTENSION-le-ssl.conf
Reboot sudo service apache2 restart