標籤:settings 解決方案 service 註冊表
由於之前安裝的xampp版本比較低,卸載後下載了新版本xampp重新安裝,安裝後啟動xampp提示如下:
Apache Service detected with wrongpath.Change XAMPP Apache and Control Panel settings orUninstall/disable theother service manually first
Found Path: "D:\programfiles\xampp\apache\bin\httpd.exe" -k runservice
Expected Path: "d:\txampp\apache\bin\httpd.exe"-k runservice
這是因為啟動路徑出現了錯誤,Found Path: "D:\programfiles\xampp\apache\bin\httpd.exe" -k runservice這個是以前老版本安裝的路徑,"d:\txampp\apache\bin\httpd.exe"-k runservice這個才是現在安裝的路徑。
解決方案:
首先,進入自己的註冊表:win+R開啟運行對話方塊;
然後,輸入regedit斷行符號,進入註冊表--->點擊HKEY_LOCAL_MACHINE---->SYSTEM---->currentControlSet---->Services---->找到Apache2.4,你就會在右邊看到ImagePath,這時候的路徑是以前那個版本的路徑,選中ImagePath點擊右鍵修改,把xampp裡面提示的Expected Path後面的路徑粘貼進去,然後確定,如所示:
650) this.width=650;" src="https://s3.51cto.com/wyfs02/M01/95/7C/wKiom1kVhTujPQVbAAHjXTrXpG8952.png-wh_500x0-wm_3-wmp_4-s_2499947325.png" title="httpd路徑.png" alt="wKiom1kVhTujPQVbAAHjXTrXpG8952.png-wh_50" />
最後,重啟xampp就可以了。
洋哥學習的首頁:http://edu.51cto.com/lecturer/index/user_id-5811414.html
本文出自 “昊洋_棲息處” 部落格,請務必保留此出處http://zdytesting.blog.51cto.com/5811414/1925145
xampp重新安裝時提示httpd路徑錯誤