我正在尝试将端口80用于我的应用程序服务器,但是当我执行时,netstat -aon
我得到:
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
当我在任务管理器中查找过程时,它显示的PID 4
是SYSTEM
,就是这样.没有延期......没什么.只是" SYSTEM
".这里发生了什么?
我害怕结束这个过程,我该怎么办?
更新:
我已经通过另一个Stack Overflow问题解决了这个问题,该问题的解决方案是让IIS停止在端口80上侦听指定的IP地址.
我一直试图弄清楚如何解决这个问题两天.我对这种事情不熟悉所以如果有人能告诉我如何解决这个问题我会很感激.
我试过删除Skype,但是没有用,我试过关闭万维网的东西,IIS似乎没什么用.
12:51:22 PM [Apache] Problem detected!
12:51:22 PM [Apache] Port 80 in use by "Unable to open process" with PID 4!
12:51:22 PM [Apache] Apache WILL NOT start without the configured ports free!
12:51:22 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
12:51:22 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
Run Code Online (Sandbox Code Playgroud) 最初xampp工作正常,我可以毫无问题地访问我的localhost.我甚至设置了密码来访问服务器.有一段时间一切都很棒,xampp问我的凭据,我插入了它们,然后我被带到管理员页面.没问题.
有一次,我不得不改变用于Apache的端口,但之后它不再抱怨了.
现在我收到一条消息,说Google Chrome无法连接到我的localhost.一切似乎都在起作用,所以我不知道出了什么问题.
这是我在xampp控制面板上看到的:
初始化控制面板
14:57:04 [main] Windows Version: Windows Vista Home Premium SP2 32-bit
14:57:04 [main] XAMPP Version: 1.8.3
14:57:04 [main] Control Panel Version: 3.2.1 [ Compiled: May 7th 2013 ]
14:57:04 [main] You are not running with administrator rights! This will work for
14:57:04 [main] most application stuff but whenever you do something with services
14:57:04 [main] there will be a security dialogue or things will break! So think
14:57:04 [main] about running this application with administrator …
Run Code Online (Sandbox Code Playgroud)