由于之前安裝的xampp版本比較低,卸載后下載了新版本xampp重新安裝,安裝后啟動xampp提示如下:
創(chuàng)新互聯(lián)公司技術(shù)團隊10多年來致力于為客戶提供網(wǎng)站設(shè)計制作、成都網(wǎng)站建設(shè)、高端網(wǎng)站設(shè)計、成都全網(wǎng)營銷推廣、搜索引擎SEO優(yōu)化等服務(wù)。經(jīng)過多年發(fā)展,公司擁有經(jīng)驗豐富的技術(shù)團隊,先后服務(wù)、推廣了數(shù)千家網(wǎng)站,包括各類中小企業(yè)、企事單位、高校等機構(gòu)單位。
Expected Path: "d:\txampp\apache\bin\httpd.exe" -k runservice
Problem detected!
Port 443 in use by ""D:\program files\xampp\apache\bin\httpd.exe" -k runservice" with PID 6336!
Apache WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application or reconfigure Apache and the Control Panel to listen on a different port
這是因為啟動路徑出現(xiàn)了錯誤,F(xiàn)ound Path: "D:\programfiles\xampp\apache\bin\httpd.exe" -k runservice這個是以前老版本安裝的路徑,"d:\txampp\apache\bin\httpd.exe"-k runservice這個才是現(xiàn)在安裝的路徑。
解決方案:
首先,進入自己的注冊表:win+R打開運行對話框;
然后,輸入regedit回車,進入注冊表--->點擊HKEY_LOCAL_MACHINE---->SYSTEM---->currentControlSet---->Services---->找到Apache2.4,你就會在右邊看到ImagePath,這時候的路徑是以前那個版本的路徑,選中ImagePath點擊右鍵修改,把xampp里面提示的Expected Path后面的路徑粘貼進去,然后確定,如下圖所示:
最后,重啟xampp就可以了。
洋哥學(xué)習(xí)的主頁:http://edu.51cto.com/lecturer/index/user_id-5811414.html