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
Web interface not working
Moderator: mike
-
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
Re: Web interface not working
http services runs by default as soon as you start the server. until you have made any changes.elkomy2000 wrote: ↑Sat May 06, 2017 6:20 pmHi 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
R!
-
- Posts: 13
- Joined: Sat May 06, 2017 9:54 pm
Re: Web interface not working
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.
eve-ng 2.0.3-60
Had to restart apache for web interface to work.