Windows Server 2008 R2 で Xampp 1.8.2 を使用している Apache 2.4 に非常に奇妙な問題があります。
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 ファイル sereral を介して Apache 2.4 をインストールし、アンインストールしました。したがって、この動作が問題を引き起こすとは思いません。
そして、これが commond netstat -a -n -o | を使用した結果です。検索文字列 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
どうすればよいか教えていただけますか?