after upgrade to 2.0.3-71 - apache not starting automatically

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
gef0rce
Posts: 6
Joined: Sun Mar 19, 2017 7:40 pm

after upgrade to 2.0.3-71 - apache not starting automatically

Post by gef0rce » Sat Aug 05, 2017 5:15 am

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

Uldis (UD)
Posts: 5080
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

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

Post by Uldis (UD) » Sat Aug 05, 2017 8:25 am

to start apache web server:

systemctl start apache2

to check status apache2:

systemctl status apache2

gef0rce
Posts: 6
Joined: Sun Mar 19, 2017 7:40 pm

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

Post by gef0rce » Sat Aug 05, 2017 11:42 am

Tested , working thanks Uldis.

Post Reply