About 665,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 address …

  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): From your …

  3. server - How to kill a localhost 3000 from terminal? - Stack Overflow

    Feb 14, 2024 · To find and terminate an application running on a specific port, you can use the lsof command followed by the kill command. Here's how you can do it: First, use the lsof command to list …

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

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

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

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

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

  8. Can't connect to MySQL server on 'localhost' (10061)

    Sep 23, 2008 · 127.0.0.1 localhost ::1 localhost Sometimes mysql can not trigger Windows to force start host services if firewall blocks it, so start it manually win + run>>services.msc, select the …

  9. http - Add subdomain to localhost URL - Stack Overflow

    Unfortunately, because localhost is not a proper domain, you can't add a subdomain to it like that. You can, however, trick your computer into thinking it owns a specific domain and test things that way.

  10. Calling locally hosted server from Expo App - Stack Overflow

    Finally, I just gave up and worked around this whole problem by using localtunnel and exposing my service running on localhost:8080 to the web. Worked first try when calling it from my expo app.