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

116 questions
46
votes
26 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,005
  • 7
  • 25
  • 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
34
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
  • 575
  • 1
  • 4
  • 15
29
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,467
  • 2
  • 19
  • 32
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
12
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
  • 367
  • 1
  • 2
  • 13
10
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
  • 1
  • 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,467
  • 7
  • 22
  • 40
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
  • 2,835
  • 2
  • 31
  • 46
7
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,880
  • 4
  • 19
  • 30
7
votes
22 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
  • 877
  • 3
  • 12
  • 23
6
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
  • 129
  • 2
  • 17
4
votes
3 answers

Apache server - not loading localhost

I had this problem with my Apache server not starting, because port 80 was being used by some other program, I changed the 'Listen' port number to 8888 and the server got started. But now the problem is, when I try to access 'http://localhost/' from…
user1158831
  • 503
  • 2
  • 6
  • 11
4
votes
3 answers

WebSocket connection failed in mobile network on port 8080 or 80

In my web application I use Node.js and Socket.io. As I testet the application local or in my wifi network everything was fine but since I switched to mobile data I get the connection error: WebSocket connection to …
Yves
  • 1,144
  • 1
  • 24
  • 30
4
votes
3 answers

XAMPP Port 80 Error In Windows 7

XAMPP 3.1.0 isn't working because port 80 is in use. I've looked around and this seems to be a common problem. I've stopped IIS, skype isn't running, web deployment agent service is running, I've changed the configuration of Apache's httpd.conf to…
Matthew Shaw
  • 145
  • 1
  • 5
  • 12
1
2 3 4 5 6 7 8