今日、XAMPP を再インストールした後、ダウンロードした他のすべてのプログラムを最近のウイルス除去中に PC から消去する必要がありました。これは完全に標準的な XAMPP インストールでした。事前に選択したすべてのコンポーネントをチェックしたままにし、C:\xampp にインストールするようにしました。
このスレッドの指示に従った後でも (つまり、httpd.conf で "Listen 80" を "Listen 8080" に変更し、ファイルを保存しました): https://stackoverflow.com/a/24423669/5895638
XAMPP コントロール パネルを起動すると、まだこれが表示されます。
11:30:36 AM [main] Initializing Control Panel
11:30:36 AM [main] Windows Version: Windows 7 Professional SP1 32-bit
11:30:36 AM [main] XAMPP Version: 5.6.15
11:30:36 AM [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ]
11:30:36 AM [main] You are not running with administrator rights! This will work for
11:30:36 AM [main] most application stuff but whenever you do something with services
11:30:36 AM [main] there will be a security dialogue or things will break! So think
11:30:36 AM [main] about running this application with administrator rights!
11:30:36 AM [main] XAMPP Installation Directory: "c:\xampp\"
11:30:36 AM [main] Checking for prerequisites
11:30:36 AM [main] All prerequisites found
11:30:36 AM [main] Initializing Modules
11:30:36 AM [Apache] Problem detected!
11:30:36 AM [Apache] Port 80 in use by "Unable to open process" with PID 2264!
11:30:36 AM [Apache] Apache WILL NOT start without the configured ports free!
11:30:36 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:30:36 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:30:36 AM [Apache] Problem detected!
11:30:36 AM [Apache] Port 443 in use by "Unable to open process" with PID 2264!
11:30:36 AM [Apache] Apache WILL NOT start without the configured ports free!
11:30:36 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:30:36 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:30:36 AM [main] Starting Check-Timer
11:30:36 AM [main] Control Panel Ready
この問題に関するすべてのヘルプ トピックでは、ポート 80 と PID 4 についてのみ説明しています。これは、ポート 80 で取得した (上記の) PID 番号ではありません。ポート 443 と管理者権限にも問題があるようです。どうすればいいのか教えてください(わからないので)。ありがとうございました。