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

    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 …

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

    I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional questions (I have xampp running Apache 2.2): …

  3. How can I access localhost from another computer in the same …

    I just recently downloaded WAMP Server to view and edit php webpages but now I would also like other people in my network (connected to the same wifi) to be able to access localhost and all …

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

    Aug 19, 2015 · Yes I know. Other devices on the same network may connect to the device hosting the server (referred to as localhost from its point of view) using its private IP address. If …

  5. javascript - How to run html file on localhost? - Stack Overflow

    Jul 21, 2016 · I have an HTML file and I run it on localhost. But, this file includes a mirror using a webcam. For example, how can I run this HTML file on localhost? Webcam starts in this …

  6. postgresql - How to connect Postgres to localhost server using …

    How to connect Postgres to localhost server using pgAdmin on Ubuntu? Asked 11 years, 5 months ago Modified 4 years, 1 month ago Viewed 425k times

  7. How do I connect to this localhost from another computer on the …

    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 …

  8. ssl - How to create a https server on localhost - Stack Overflow

    Apr 28, 2017 · I followed this How to create an https server tutorial and the program runs without errors. However, when I try to open https://localhost:8000 in Chrome, it always returns an error:

  9. How to connect to my http://localhost web server from Android …

    Mar 19, 2019 · The localhost refers to the device on which the code is running, in this case the emulator. If you want to refer to the computer which is running the Android simulator, use the …

  10. Why does my http://localhost CORS origin not work?

    336 Chrome does not support localhost for CORS requests (a bug opened in 2010, marked WontFix in 2014). To get around this you can use a domain like localho.st (which points at …