About 18,800,000 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 …

  2. 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.

  3. 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 …

  4. Why is the range of bytes -128 to 127 in Java? - Stack Overflow

    I believe the question here is why is the max positive value 127 rather than 128. This is because we have to represent the number 0, so inclusively 0-127 is the other 128 possibilities of our …

  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 …

  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. 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 …

  8. linux - How can i externally connect to a service running on …

    Nov 9, 2011 · 1) I want to connect to the process running on 127.0.0.1 --- how can I do this externally ? I have read elsewhere that 127.0.0.1 processes are only allowed to communicate …

  9. Safari cannot connect to local URL: http://127.0.0.1:5000

    Nov 27, 2021 · I did that and then I started the program, I have: ``` Debug mode: on * Running on 127.0.0.1:5000 (Press CTRL+C to quit) * Restarting with stat * Debugger is active! ``` But …

  10. Failed to connect to localhost/127.0.0.1:5000 - Stack Overflow

    Dec 12, 2020 · Failed to connect to localhost/127.0.0.1:5000 Asked 4 years, 11 months ago Modified 1 year, 10 months ago Viewed 13k times