About 1,070,000 results
Open links in new tab
  1. How do I free my port 80 on localhost Windows? - Stack Overflow

    Apr 25, 2009 · I installed XAMPP 1.6.8 and for some reason it didn't work. Later realized port 80 is not free or not listening. How can I release it or make it free? Thanks a lot!

  2. localhost:8080 works, localhost/localhost:80 doesn't - but port ...

    Aug 4, 2022 · The IANA has assigned 80 as the HTTP well-known port number. So browsers use this port by default. If something is listening on a different port, you have to specify the port. If …

  3. curl Failed to connect to localhost port 80 - Stack Overflow

    Since you have a ::1 localhost line in your hosts file, it would seem that curl is attempting to use IPv6 to contact your local web server. Since the web server is not listening on IPv6, the …

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

    How do I actually run a file on localhost? 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 que...

  5. Can't get access to http://localhost:80 on running apache server

    Feb 19, 2015 · On running apache server in ubuntu 14.04 I get "This webpage is not available" in browser or "curl: (7) Failed to connect to localhost port 80: Connection refused" using $ curl …

  6. node.js - Why do I have to type the ":80" in https://localhost:80 for ...

    Jul 16, 2019 · I recently secured my website on node.js to use https instead of just plain http. However, once I did this, I realized that I had to type out the :80 suffix if I wanted to get to my …

  7. ¿Como resolver el bloqueo del puerto 80? - Stack Overflow en …

    El puerto 80 es el puerto por defecto para que el servidor reciba la comunicación por HTTP. Al parecer tienes otro servidor instalado en tu computador que ya utiliza este puerto. Tienes dos …

  8. php - http://localhost:80 is not working on running Apache server ...

    Jul 11, 2018 · port 80 is the default port so don't need to call it manually like localhost:80. Just use as localhost.

  9. What does localhost:8080 mean? - Stack Overflow

    What is the difference between localhost/web vs. localhost:8080/web?

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

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