About 53 results
Open links in new tab
  1. What's the whole point of "localhost", hosts and ports at all?

    75 In computer networking, localhost (meaning "this computer") is the standard hostname given to the address of the loopback network interface. Localhost always translates to the loopback IP address …

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

  3. php - How do I run a file on localhost? - Stack Overflow

    Localhost is the computer you're using right now. You run things by typing commands at the command prompt and pressing Enter. If you're asking how to run things from your programming environment, …

  4. Открыть доступ к localhost - Stack Overflow на русском

    Jan 22, 2013 · Вот интересуюсь каким образом открыть localhost для другого юзера, тобишь чтоб он ввел мой IP и видел мой сайт на локалке. Подскажите пожалуйста каким образом это …

  5. What is the difference between 127.0.0.1 and localhost

    Sep 12, 2011 · On modern computer systems, localhost as a hostname translates to an IPv4 address in the 127.0.0.0/8 (loopback) net block, usually 127.0.0.1, or ::1 in IPv6. The only difference is that it …

  6. http - 手元の HTML ファイルをブラウザでホスト名 localhost で閲覧 …

    手元の HTML ファイルをブラウザでホスト名 localhost で閲覧する方法 [クローズ済み] 質問する 質問日 8 年 10 か月前 更新 8 年 9 か月前

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

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

  9. How do you use HTTPS and SSL on 'localhost'? - Stack Overflow

    Feb 23, 2025 · 102 I would like to know how to set up SSL on my web application on the localhost. I don't have any background in doing this and would appreciate guidance. I already finished …

  10. Connecting to localhost:8080 using Google Chrome

    Jun 11, 2015 · I'm currently developing a card game using node.js and gulp, and suddendly Chrome stopped to find localhost:8080. After some research, some people had the same problem and solved …