• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Xampp says that port 80 is in use

Erko

New Member
Joined
Dec 22, 2009
Messages
7
Reaction score
0
Hi! I was trying to install xampp 1.7.7 and it couldn't install apache because "port 80 was already in use" how do I fix that? Please help me <3
 
enter CMD - write:
netstat -o -n -a | findstr 0.0:80

find out which process id is occupying port 80

enter task manager - find and kill that process id in the "process tab".

Uninstall & remove the xampp shit you are using

install Uniform Server

Enjoy.
 
Edit: @down
okay-face.jpg


If they follow my instructions it dosn't matter what is already occupying port 80, they will find it and destroy it.
 
Last edited:
Usually A program Is On That port and it won't connect.
What you can also do is click start>type services.msc and find appache and start the service or stop it, same with mysql.
That usually helps
 
enter CMD - write:
netstat -o -n -a | findstr 0.0:80

find out which process id is occupying port 80

enter task manager - find and kill that process id in the "process tab".

Uninstall & remove the xampp shit you are using

install Uniform Server

Enjoy.
I may have typed wrong but it dosent work :(
 
Back
Top