About 4,450,000 results
Open links in new tab
  1. What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

    Dec 26, 2013 · You can use it just like any other hostname - try ping localhost to see how it resolves to 127.0.0.1. 0.0.0.0 has a couple of different meanings, but in this context, when a server is told to …

  2. What's the whole point of "localhost", hosts and ports at all?

    4 Localhost generally refers to the machine you're looking at. On most machines localhost resolves to the IP address 127.0.0.1 which is the loopback address.

  3. Localhost applications failing after installing "2025-10 Cumulative ...

    I just installed the 2025-10 cumulative update for Windows 11 on my laptop and am now getting errors on trying to run applications on localhost. Does anybody else have the same problem and is there...

  4. localhost - Not able to access local server running after VPN ...

    To access localhost in this case what you have to do is Ensure that VPN is off Set up port forwarding and then find out your external ip address. Test it by using the external ip address instead of …

  5. How do I connect to this localhost from another computer on the same ...

    Mar 13, 2012 · I'm currently working on a project and I would like to test it out on two laptops at home where one laptop connects to the localhost on the other. I am using XAMPP. How do I do this?

  6. How can one access http://localhost/ using the command line

    Aug 16, 2017 · An img element is always shown ing (but as low quality as your command line can display). I use different above depending on the purpose. If you just want to see the localhost is …

  7. 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, 9 months ago Modified 4 months ago Viewed 71k times

  8. Apache VirtualHost and localhost - Stack Overflow

    Jun 11, 2012 · Actually, I didn't use ServerName localhost, just copied (from httpd.conf) DocumentRoot and <Directory parts and it worked fine - same as previously with all hosts except the ServerName s …

  9. Create new local server in pgadmin? - Stack Overflow

    Nov 12, 2018 · I want to create a local server (localhost) as a testing environment where I can experiment. I can't seem to do it though, and the other similar questions on stack don't help. Here's …

  10. How can I create a self-signed certificate for 'localhost'?

    I've gone through the steps detailed in How do you use HTTPS and SSL on 'localhost'?, but this sets up a self-signed certificate for my machine name, and when browsing it via https://localhost, I receive …