About 52 results
Open links in new tab
  1. 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.

  2. PHP server on local machine? - Stack Overflow

    Nov 5, 2009 · $ php artisan serve --port=8080 or $ php -S localhost:8080 -t public/ In above command : - Artisan is command-line interface included with Laravel which use serve to call …

  3. What is the difference between 127.0.0.1 and localhost

    Sep 12, 2011 · 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 that are listening for …

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

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

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

  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 …

  7. How to set xampp open localhost:8080 instead of just localhost

    Jun 22, 2012 · How to set xampp open localhost:8080 instead of just localhost Asked 13 years, 7 months ago Modified 5 years, 2 months ago Viewed 128k times

  8. Understanding the difference between localhost:8080 and 127.0.0.1

    Nov 26, 2019 · localhost is generally the address 127.0.0.1 but the :8080 part means to connect to port 8080 instead of the default port 80.

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

  10. localhost refused to connect Error in visual studio

    99 Usually on local machine we are getting errors like This site can't be reached localhost refused to connect because we have self signed certificate configuration broken for local IIS Express. …