Questions tagged [port80]

Port 80 in Internet refers to TCP port 80, most often used by HyperText Transfer Protocol

Port 80 in Internet refers to TCP port 80, most often used by HyperText Transfer Protocol

129 questions
46
votes
25 answers

WAMP port 80 busy

I have installed WAMP on Windows 7 64-bit. When I try to start it, it says port 80 is used by "Server: Microsoft HTTPAPI/2.0". I have checked and IIS is not installed. What should I do?
datisdesign
  • 3,165
  • 8
  • 30
  • 29
41
votes
4 answers

Tomcat7 bind to port 80 fails in Ubuntu 14.04LTS

I've got a problem with my tomcat7 installation on a newly updated Ubuntu system. Ever since the update to 14.04 LTS, tomcat refuses to start on port 80 with an error that I cannot solve, nor find anything on how to fix it: Information:…
JS16
  • 413
  • 1
  • 4
  • 5
35
votes
3 answers

What program in Windows 10 uses port 80?

I updated my Windows 7 PC to Windows 10. When I start AMPPS it says port 80 is used by another program. What program uses port 80?
xttrust
  • 585
  • 1
  • 4
  • 15
33
votes
6 answers

windows 8 NT Kernel and System using port 80

This has long bugged me. after upgrading to Windows 8, i already cannot run my XAMPP server without using ports other than port 80, since a process called "NT Kernel & System" is using it. It's a system process so I cannot disable it. I don't have…
bonbon.langes
  • 1,718
  • 2
  • 22
  • 37
18
votes
13 answers

XAMPP PORT 80 is Busy / EasyPHP error in Apache configuration file:

This problem has completely shot my entire day. I reformatted my old windows XP comp and tried installing XAMPP only to find that when i try to start Apache xampp claims port 80 is busy....WHAT DOES THAT EVEN MEAN? So I tried just uninstalling and…
user863771
15
votes
4 answers

Ngrok: How to open port 80

I have just installed ngrok on my local machine, ran ngrok http 80 as usual. However when I try to access port 80 localhost:80 I get this error message The connection to http://*******.ngrok.io was successfully tunneled to your ngrok client,…
RPV
  • 397
  • 1
  • 5
  • 16
13
votes
23 answers

XAMPP Apache won't start

I am using Windows 8 Pro. I have just installed XAMPP Windows 1.8.1. I tried to start Apache from the XAMPP control panel but it wont start. It gives the following error. Also I have no IIS Services running, Web Deployment Agent Service also not…
rohan_vg
  • 1,087
  • 3
  • 15
  • 27
11
votes
3 answers

Can't access docker container on port 80 on OSX

In my current job we have development environment made with docker-compose. One container is nginx, which provide routing to other containers. Everything seems fine and work to my colleague on windows and osx. But on my system (osx El Capitan),…
Schovi
  • 1,960
  • 5
  • 19
  • 33
11
votes
6 answers

WampServer : Your Port 80 is actually used by Microsoft-HTTPAPI/2.0

I've uninstalled my WampServer 2.5 and installed version 3.0 But apache service isn't running and tray icon is orange... Clicking on test port 80 gave me the following cmd output : ***** Test which uses port 80 ***** ===== Tested by command netstat…
Programmer
  • 127
  • 1
  • 2
  • 12
9
votes
3 answers

WAMP - Your port 80 is actually used - Error

I installed Wamp server and when I open it, it never gets online. It always stays orange (offline). I read something about Skype, but I don't even have Skype installed and when I go to Apache > Service > Test port 80 it says: Your port 80 is…
Agustín
  • 1,546
  • 7
  • 22
  • 41
7
votes
5 answers

Node.js: ECONNREFUSED on Port 80

I've written a web-server using Node.js. When I tried to test my server with the tester I've written for it, I succeed only if the port I'm using for the server is not 80. I've checked on netstat, and no other application is using port 80. The error…
limlim
  • 3,115
  • 2
  • 34
  • 46
7
votes
5 answers

Ubuntu: Http-server on port 80 starting up, but can't access from browser?

So I have a web application being run on an http-server via npm. In my package.jsonfile, I have the line "start": "sudo http-server -a [my ip address] -p 8065 -c-1", and my app runs fine when I go to http://myipaddress:8065. However if I change the…
rohan
  • 523
  • 1
  • 5
  • 22
6
votes
3 answers

Docker tutorials all bind to port 80, and fail on local and remote servers as port 80 is already in use

Trying to wrap my head around all these Docker tutorials, and there is really no explanation around what port 80 is all about. Just, "bind to port 80". This is the 3rd Docker tutorial I've taken with the same error after running the sample…
lakewood
  • 607
  • 1
  • 5
  • 21
6
votes
3 answers

IIS Manager Error - Unable to bind to the underlying transport for [::]:80.The process cannot access the file because

I know that this question has been asked in multiple forums and have several versions of the answers.. Unfortunately, none of those answers helped me out to resolve my issue. I stood up an AWS EC2 instance of Windows Server 2016 and installed IIS,…
Vinay
  • 318
  • 2
  • 4
  • 17
6
votes
2 answers

How can I use my xampp server so that everyone from the outer web can acces it

I'm now having problems with this for over a week. I'm running a minecraft server on my computer. Therefore I used no-ip.org to have a "fixed" ip. I forwared all ports for the server and my friends can access without any problems. Later I thought I…
BrainStone
  • 3,028
  • 6
  • 32
  • 59
1
2 3
8 9