8080:localhost
Jul 1, 20151 in this scenario you send a request to resolve localhost which is 127.0.0.1 (loopback interface) and apache is configured to listen on port 8080, when you access localhost on port 8080 it. 8080 ( port ) is the address of the port on which the host server is listening for requests. Http ://localhost/web where localhost ( hostname ) is the machine name or ip address of the host server.
Jul 5, 2016both port 8000 and 8080 are above the so-called well-known ports below 1024, and, as you noticed, both are common ports to use for web servers. Feb 24, 2014does listening on an alternate port (81, 8080, etc.) actually reduce my risk of attacks or breaches? Apr 25, 2022when i use a spring boot app in local it uses, localhost:8080.
Aug 4, 2022is port forwarding not literally making so that localhost:80 leads to localhost:8080, and thus that localhost:80 (which, as you point out, should be the same as just localhost because :80 is. Aug 30, 2023@eric i have tried adding testserverip:8080. In my case it should be the same as adding localhost:8080 because both the frontend and backend are in localhost:8080.
Nov 26, 2019localhost is generally the address 127.0.0.1 but the :8080 part means to connect to port 8080 instead of the default port 80. Apr 13, 2018¿como puedo saber si el puerto 8080 esta abierto?