About 50 results
Open links in new tab
  1. What is the difference between 127.0.0.1 and localhost

    Sep 12, 2011 · 127.0.0.1 localhost What, if any, are the actual differences between using 127.0.0.1 and localhost as the server name, especially when hitting processes running locally that are listening for …

  2. How can I change "127.0.0.1:8000 / localhost:8000" to my desired url ...

    Jul 14, 2019 · The default is to listen on localhost (127.0.0.1), which means it can't be accessed from outside the machine. Using --host=0.0.0.0 would listen on all addresses for the local machine.

  3. What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

    Dec 26, 2013 · 127.0.0.1 is normally the IP address assigned to the "loopback" or local-only interface. This is a "fake" network adapter that can only communicate within the same host.

  4. process - 127 Return code from $? - Stack Overflow

    Nov 19, 2009 · An exit code of 127 from /bin/sh can also be caused by incorrect line endings (Windows-style CRLF instead of UNIX-style LF). The shell attempts to execute a command that includes the …

  5. I can't open http://127.0.0.1:5000 when I run my Flask project with ...

    Mar 15, 2024 · The output Running on http://127.0.0.1:5000 suggests you haven't configured Flask's dev server to accept connections from outside Docker. Does Deploying a minimal flask app in docker - …

  6. Dajngo - how set index page as http://127.0.0.1:8000/

    Apr 19, 2021 · I would like to set in Django a URL that will point to my index.html. Now I could see at http://127.0.0.1:8000/micromundos but I would like to configure the url to ...

  7. php artisan serve (Failed to listen on 127.0.0.1:8000 (reason: ?))

    Jun 5, 2024 · Failed to listen on 127.0.0.1:8010 (reason: ?) To fix this issue go to the local disk C: and go to the user select the administrator or your using account and then go to the .config folder in there …

  8. Auth.jsx:38 POST http://127.0.0.1:8000/api/register/ 404 (Not Found ...

    Mar 9, 2025 · This question shows research effort; it is useful and clear

  9. Vite : Application works on localhost:5173 but not on 127.0.0.1:5173

    Feb 19, 2023 · Vite : Application works on localhost:5173 but not on 127.0.0.1:5173 Asked 2 years, 11 months ago Modified 6 months ago Viewed 80k times

  10. windows - Can't access 127.0.0.1 - Stack Overflow

    Dec 31, 2015 · I mean that connection can't be established when using 127.0.0.1. For example, I run IIS and can access site using localhost, when I run azure emulator, I can access it using localhost too …