PID:4 using Port 80
- by CyberOPS
I was trying to install Zend Server CE on my computer but when I got to the point were I need to choose the port for my Web Server it says: "Web Server Port: 80 Occupied". So I decided to check what is using Port 80 with CMD by typing: "netstat -o -n -a | findstr 0.0:80":
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
I check for PID:4 in Task Manager's Processes and Services. Seems PID 4 is "System".
So, what I want to know is how can I stop "System" (PID:4) from using Port 80?
INFO:
I am using: Windows 7 64bit; Zend Server CE 5.5.0