apache 解决80端口占用问题

1.使用netstat查看端口,发现80端口被PID为4的进程占用

2.打开任务管理器,表头右键,勾选PID,会发现PID为4的进程是个SYSTEM进程,描述为NT Kernel & System,

尝试用鼠标右键菜单结束此进程,发现结束任务按钮为灰不可用。


3.

微软社区提供有这些资料,所以我们的解决思路是禁用http.sys。

I work on Http.sys technology at Microsoft and somebody sent me a link to this blog. I am a bit surprised by this behavior you are seeing on Windows7 Beta and with some help from you, I will like to find out the root cause of this issue so that we can take the appropriate action if needed.

You are right, Http.sys uses port 80. It is the driver component for httpapi, the server http stack (You can find more info on this technology at http://msdn.microsoft.com/en-us/library/aa364434(VS.85).aspx ). In your case, some application is running which is using http.sys to listen on port 80. This is preventing Apache from using port 80. We offer a mechanism for applications to help control port sharing but I’ll need to look into the specific application that’s causing you this conflict. If you can give us the output of following command “netsh http show servicestate”, then it will allow me to find out which application is using http.sys. Since you have disabled http.sys, please follow these steps listed below before running the command:

1. sc config http start= demand

2. Reboot

3. Run the command (netsh http show servicestate) as administrator

After you have run this command, you can disable http.sys as follows:

1. net stop htt

2. Sc config http start= disabled

Please let me know if you face any issues in the process.

Thanks,

Niranjan


解决问题:


1.以管理员身份运行cmd。

2.运行net stop http

3.运行 Sc config http start= disabled

4.再次查netstat –ano

发现pid 4的进程占用端口从80端口变为了445端口

5.现在启动Apache,可以成功启动了。

到此咱们就解决了80端口被system进程占用的问题。





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值