1
今天,我重新安裝了XAMPP,並且在最近一次去除病毒期間必須從我的PC上擦除所有其他下載的程序。這是一個完全標準的XAMPP安裝:我將所有預先選定的組件都檢查並確保安裝到C:\ xampp。已安裝XAMPP,正在使用端口80和443,管理員權限
即使按照這個線程的指令(即我在httpd.conf中改變「聽80」到「聽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端口和4個PID - 這是不是我得到(上圖)與80端口的PID號我似乎也與端口443和管理員權限有關。請告訴我該怎麼做(因爲我不知道)。 謝謝。
謝謝,Druge,但運行。 。 。我怎麼做? –
右鍵點擊你安裝的xampp(主要是在桌面)文件,並出現選項「以管理員身份運行」 – Drudge
在XAMPP控制面板中得到了這個(沒有紅色):[main]初始化控制面板 [main ] Windows版本:Windows 7 Professional SP1 32位 [main] XAMPP版本:5.6.15 [main]控制面板版本:3.2.2 [編譯:2015年11月12日] [main]以管理員權限運行 - 不錯! [主] XAMPP安裝目錄: 「C:\ XAMPP的\」 [主]檢查先決條件 [主]的所有先決條件發現 [主]初始化模塊 [阿帕奇] XAMPP的Apache在端口80 [阿帕奇已經在運行] XAMPP Apache已經在端口443上運行 [main]啓動檢查定時器 [main]控制面板就緒 –