我的 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
你能告诉我该怎么做吗?