|
- What does localhost:8080 mean? [closed] - Stack Overflow
http: localhost:8080 web Where localhost ( hostname ) is the machine name or IP address of the host server e g Glassfish, Tomcat 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 e g
- windows - What exactly is going on when I go to localhost:8080 in my . . .
The second part, :8080, means connect to port 8080 of that web address If you don't specify it, your web browser will connect to the default webserver port, which is port 80 If you are into IP addresses yet, localhost is a fixed DNS link to 127 0 0 1 Should get you there
- http - Port 8000 vs Port 8080 - Stack Overflow
In fact, 8080 is often used as a default http port for software providing http services that is not a core http Server (e g Apache http Server) So after a while this port is sometimes taken from software that runs on the system in a background 8000 it seems is just another port being used by the NET domain
- Should I run my small website in port 80, 8080, or 81?
Attackers will scan all the ports on your IP and quickly find that 8080 (or whatever you choose) is open and responding to HTTP requests Methods like changing ports is called "Security through obscurity" and it is highly questionable that the extra work and inconvenience provides any valuable security
- tcp - Access local webserver on port 8080 in home network using IP . . .
On my windows 10 pro I have installed a small application which runs as a webserver on port 8080 I can access it using localhost:8080 or using the computers IP-address 192 168 xxx xxx:8080 This all works fine However, I thought I should be able to access this site from another device in my home network as well
- How to access router with IPv6 address? - Super User
recently I tried to access my router's setting via 192 168 0 1 as usually, however, thing is that a year ago I have switched from ipv4 to ipv6 and now ipconfig shows me this: Windows IP Configuration
- port - is my 8080 being listened? - Stack Overflow
So, your port 8080 is listening, but on ipv6 stack Share Improve this answer Follow
- Are there good alternative HTTP ports rather than port 80?
There are actually 3 HTTP alternative ports: 591, 8008 and 8080 They are assigned by IANA as "HTTP Alternate", which makes them pretty much as official as it gets If you run Linux as a non-privileged user (non-root) you can listen to any port above 1024, so 8008 and 8080 are good candidates
|
|
|