Page 1 of 1

after upgrade to 2.0.3-71 - apache not starting automatically

Posted: Sat Aug 05, 2017 5:15 am
by gef0rce
Hi Team

I performed the upgrade from 2.0.3-70 to 2.0.3-71 using below method

apt-get update
apt-get upgrade

however once I rebooted the server the web interface was not accessible. I checked whether the server was listening on web port and there was nothing. I then restarted apache2 service manually and was then able to access. Any way I can fix my apache2 and make it autostart again at boot?

Regards

Re: after upgrade to 2.0.3-71 - apache not starting automatically

Posted: Sat Aug 05, 2017 8:25 am
by Uldis (UD)
to start apache web server:

systemctl start apache2

to check status apache2:

systemctl status apache2

Re: after upgrade to 2.0.3-71 - apache not starting automatically

Posted: Sat Aug 05, 2017 11:42 am
by gef0rce
Tested , working thanks Uldis.