简体   繁体   中英

Killing a System Process

When I am trying to run Apache, it does not run. It tries to access the port 80 but port 80 is listening by a system process having PID 4.

How I can stop the "system" process?

Windows provides an excellent tool called Resource-Monitor (resmon.exe). On the network tab, it gives you a detailed view of what programs are listening on what ports on you computer. Just open that tool to find out the program currently listening on port-80 (whether its IIS or something else). Then all you have to do is end that process and remove it from your startup in case it is sitting there.

Port 80 is by default used by IIS. If you are running IIS on your machine, then you can stop it as explained here .

Skype也使用端口80,因此您可以关闭Skype并重新加载apache服务器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM