Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Help - Apache server down and can't be restarted |
|
Author |
|
webavatar
Joined: 20 Nov 2016 Posts: 5 Location: San Francisco
|
Posted: Sun 26 Feb '17 3:46 Post subject: Help - Apache server down and can't be restarted |
|
|
I have a VPS with 15 domains in it. I didn't realize that the files in:
/etc/apache2/sites-available/*-le-ssl.conf
...belonged to Apache's SSL functionality (I thought they were certificate-related). I deleted all those files. Now I can't restart my server.
I'm getting an error saying
"Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details."
Please advise! |
|
Back to top |
|
webavatar
Joined: 20 Nov 2016 Posts: 5 Location: San Francisco
|
Posted: Sun 26 Feb '17 4:41 Post subject: FIXED |
|
|
FIXED:
Here's what was going on ...all of these were symlinks:
/etc/apache2/sites-enabled/*-le-ssl.conf
...the symlinks were pointing to
/etc/apache2/sites-available/*-le-ssl.conf
I had deleted the actual files in sites-available but didn't delete the symlinks in the sites-enabled/ directory. So I just had to delete them and it worked! |
|
Back to top |
|
|
|
|
|
|