Localhost site check
-
I got my project, opening up localhost:808080. How can we just start on localhost?
-
As far as the comments are clear, 80 ports are busy. To find out who's listening to him, enough to do.
sudo netstat -tulpn | grep :80
You'll probably see :80 and :808080 ports, right-hand column PID/these processes.
P. S.: disengage the demon who sits on the port, then pay off.