Web interface not working
Posted: 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
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