Web interface not working

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
elkomy2000
Posts: 3
Joined: Fri May 05, 2017 9:14 pm

Web interface not working

Post by elkomy2000 » Sat May 06, 2017 6:20 pm

Hi guys ,

I'de like to share a problem and solution , I had an issue that the web interface is not working .

1st you have to check port 80 is working or not
it should be like below if working

root@eve-ng:~# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

if it's not working you can try to restart the Apachi

/etc/init.d/apache2 restart

if not working you may try to use restart the tomcat

sudo service tomcat8 restart

Thanks

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: Web interface not working

Post by ramindia » Sat May 06, 2017 7:39 pm

elkomy2000 wrote:
Sat May 06, 2017 6:20 pm
Hi guys ,

I'de like to share a problem and solution , I had an issue that the web interface is not working .

1st you have to check port 80 is working or not
it should be like below if working

root@eve-ng:~# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

if it's not working you can try to restart the Apachi

/etc/init.d/apache2 restart

if not working you may try to use restart the tomcat

sudo service tomcat8 restart

Thanks
http services runs by default as soon as you start the server. until you have made any changes.

R!

kwame
Posts: 13
Joined: Sat May 06, 2017 9:54 pm

Re: Web interface not working

Post by kwame » Sat May 06, 2017 10:08 pm

Hey thanks elkomy2000. Run into same problem today. Just did a brand new baremetal install with latest eve-ng version:
eve-ng 2.0.3-60

Had to restart apache for web interface to work.

Post Reply