Softaculous


Topic : Apache Port 80 busy


Posted By: Katja on August 15, 2016, 12:19 pm
HI. I installed AMPPs but Apache says port 80 is busy.

What can I do? I have installed MAMPS too, but is not running currently.

Thank you.

Posted By: Katja on August 16, 2016, 6:18 am | Post: 1
Quote From : Katja August 15, 2016, 12:19 pm
HI. I installed AMPPs but Apache says port 80 is busy.

What can I do? I have installed MAMPS too, but is not running currently.

Thank you.


I checked ports and I have two 80 local ports, but I do not think they are running currently. Both local ports name http, name system, both TCP, one is IPv6, one has remote address 0.0.0., the other is without remote address, both process ID 4, state listening.

Posted By: Rishi_P on August 16, 2016, 7:50 am | Post: 2
Hi,

Which Operating system you are using ?

In Windows, IIS server is installed and it uses port 80 with pid 4.

Try this:

Press (windows+R) key, type services and press enter.

select World Wide Web Publishing Service --> go to Properties -->click on stop and set Startup type to manual.

Alternate method:

Open command prompt in the Administrator mode and run following commands.

sc stop "MsDepSvc"
sc config "MsDepSvc" start= disabled
sc stop "W3SVC"
sc config "W3SVC" start= disabled



Posted By: Katja on August 16, 2016, 8:31 am | Post: 3
Hi, thank you for your answer. I use Windows 10, 64 bit.

When I do this first version do I have to enable this again when I stop doing work on AMPPS?

Thank you.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.