Page 1 of 1

Web interface not working

Posted: Sat May 06, 2017 6:20 pm
by elkomy2000
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

Re: Web interface not working

Posted: Sat May 06, 2017 7:39 pm
by ramindia
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!

Re: Web interface not working

Posted: Sat May 06, 2017 10:08 pm
by kwame
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.