【发布时间】:2013-07-28 01:12:21
【问题描述】:
我的 Apache 2.4 在 Windows Server 2008 R2 上与 Xampp 1.8.2 一起工作时遇到了一个非常奇怪的问题。
当我尝试在 XAMPP 中启动 Apache 服务器时,显示错误消息:
[Apache] Problem detected!
[Apache] Port 443 in use by "Unable to open process" with PID 4!
[Apache] Apache WILL NOT start without the configured ports free!
[Apache] You need to uninstall/disable/reconfigure the blocking application
[Apache] or reconfigure Apache and the Control Panel to listen on a different port
但是,PID 为 4 的进程是系统!我已尝试重新启动计算机,但它不起作用。
我几天前通过 tar.gz 文件安装了 Apache 2.4,然后将其卸载。所以,我认为这种行为不会导致问题。
这是使用 commond netstat -a -n -o | 得到的结果找到str 443
C:\Users\Administrator>netstat -a -n -o | findstr 443
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 4
TCP [::]:443 [::]:0 LISTENING 4
你能告诉我该怎么做吗?
【问题讨论】: