欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

xampp安裝后apache 80端口被占用的解決方法

 更新時(shí)間:2013年12月04日 11:39:02   作者:  
這篇文章主要介紹了xampp安裝后apache 80端口被占用的解決方法,大家參考使用吧

xampp 把a(bǔ)pache mysql, php, phpmyadmin都integrate在一起, 很好安裝,操作簡(jiǎn)單,但是也有弊端。 用戶沒有選項(xiàng)改port 當(dāng) 知曉80被占用。

當(dāng)80 port被占用,apache是安裝不上的,其實(shí)它所有的安裝文件都放過去了。 本想只想httpd.conf的port配置的。

發(fā)現(xiàn)居然這樣做不行。

okay, 沒問題,找其他的方法。

用cmd > netstat -aon | findstr 0.0.:80 enter

發(fā)現(xiàn) PID 4 占用了80, 這是個(gè)system 進(jìn)程, NT Kernal & System, 不能kill掉它,不然必將藍(lán)屏。

查找 哪些application 會(huì)調(diào)用NT Kernal & system 

  1. IIS is still running.
  2. SQL Server Reporting Services is running(this was my problem).
  3. Web Deployment Agent Service is running.
services.msc enter,果真 SQL Server Reporting Services 是active的,stop it.

re-install xampp, okay now.


當(dāng)然除了 以上說的 NT Kernal 會(huì)占用端口,還有skype也會(huì)占用。

相關(guān)文章

最新評(píng)論