About 1,060,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

    My host's file maps 127.0.0.1 to localhost. $ curl -I 'localhost' curl: (7) Failed to connect to localhost port 80: Connection refused And then $ curl -I 127.0.0.1 HTTP/1.1 200 OK Server: …

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

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

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

  8. What's the whole point of "localhost", hosts and ports at all?

    The :80 part is the TCP port. You can consider these ports as communications endpoints on a particular IP address (in the case of localhost - 127.0.0.1). The IANA is responsible for …

  9. unable to connect to localhost:80 after installing nginx

    I just installed nginx by doing sudo yum install nginx and I'm unable to connect to it on port 80. I tried stopping iptables by doing sudo service iptables start and was still unable to connect. ...

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