Help Apache Wont Run On Xampp Control Panel

Heaplink

Developer & Designer
Nov 9, 2011
510
173
To find a process that use port 80, open Command Prompt — Windows + R and type cmd then ENTER.

Type following to see a list of processes running on what port and their process id (PID)
Code:
netstat -aon

Then find the process running on port 80. Find it's PID (process ID) and kill it in task manager.
 

Users who are viewing this thread

Top