Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR *** This service IS NOT from Wampserver - Should be: 'wampapache'
Test for TCPv6
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR *** This service IS NOT from Wampserver - Should be: 'wampapache'
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Microsoft-HTTPAPI/2.0


Press Enter to exit...

ISS Service has been disabled before and the Activation Windows service process too by the wampserver forum.

What is the problem then ??

like image 613
Programmer Avatar asked Jan 19 '16 17:01

Programmer


People also ask

What is Microsoft Httpapi?

Purpose. The HTTP Server API enables applications to communicate over HTTP without using Microsoft Internet Information Server (IIS). Applications can register to receive HTTP requests for particular URLs, receive HTTP requests, and send HTTP responses.


1 Answers

Update 2017- Wamp version 3.0.6

Right click on Wamp--> tool--> apache section-->use a port other than 80

enter image description here

Now listen to

http://localhost:7080/phpmyadmin/

like image 56
Hitesh Sahu Avatar answered Nov 08 '22 07:11

Hitesh Sahu