About 489,000 results
Open links in new tab
  1. http - Port 8000 vs Port 8080 - Stack Overflow

    Jul 5, 2016 · Both 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. Barring circumstances like …

  2. How to access router with IPv6 address? - Super User

    May 10, 2018 · 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: …

  3. What is the difference in localhost:8000 and http://127.0.0.1:8000?

    Aug 29, 2020 · I am running a Django project with react redux (trying to implement authentication system) and the very weird thing i observed that my site is rendering properly when i use …

  4. django - Why can I connect to http://127.0.0.1:8000/ but not to …

    It's not a browser issue, because I also can't telnet to 192.168.1.6 port 8000 (connection refused) while I can telnet to 127.0.0.1 port 8000, and I can also telnet to 192.168.1.6 port 22 The …

  5. port - Why is the default localhost on many ... - Stack Overflow

    Jun 14, 2017 · The port 8000 is considered as a alternative http port. This port is commonly uses TCP port 8000 including: Winamp Audio Streaming, X-Lite, Icecast, DynamoDB Local, …

  6. How can I change "127.0.0.1:8000 / localhost:8000" to my desired …

    Jul 14, 2019 · To change the default host to your desired one Go to the project directory where artisan is located. Run the following command: php artisan serve --host=some-domain.test - …

  7. Can't log into localhost:8000/admin ... ERR_CONNECTION_REFUSED

    Apr 9, 2020 · I'm still pretty new to this web dev. I have been having trouble accessing the django admin site. I'm able to do localhost:8000 just fine. If I do localhost:8000/admin, I'm directed to …

  8. networking - Can access my server by localhost but not by ip from …

    Feb 23, 2014 · The server doesn't appear to be configured to accept traffic from the local IP address. Localhost is going to be a 127.0.0.1 address, and I would guess that ht …

  9. What's the difference between http://localhost:8000/ and …

    Jul 5, 2011 · java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:8000 connect,resolve) What it the difference in this case? Why 'localhost' is …

  10. python -m http.server gives "Serving HTTP on :: port 8000 (http ...

    Aug 11, 2022 · [::] is for ipv6 and 0.0.0.0 is for ipv4. Both means bind 8000 on all interfaces.