Apache, Webmin, and Virtualmin fail to start. I have no idea why this just started happening.

3 posts / 0 new
Last post
#1 Thu, 08/09/2018 - 23:09
arretx

Apache, Webmin, and Virtualmin fail to start. I have no idea why this just started happening.

I also don't know what error logs to look for to diagnose the problem. Any ideas?

Thu, 08/09/2018 - 23:21
andreychek

Howdy,

You can see the Apache error logs in either /var/log/apache2/error.log, or /var/log/httpd/error_log, depending on your distro.

The Webmin/Virtualmin error log is in /var/webmin/miniserv.error.

Definitely look there first, but if you started seeing an issue with multiple services at the same time, you may want to do a sanity check with things like disk space "df -h", memory "free -m", and kernel messages "dmesg | tail -30".

-Eric

Fri, 08/10/2018 - 17:46
arretx

So, it turns out that one of my virtual hosts ended up with a cert file that was blank. I had to comment out the correct line in the apache conf file, re-issue the cert from LetEncrypt, then uncomment the line and that seems to have fixed everything.

Topic locked