Mengatasi XAMPP Error Detected Wrong Path
Cara Mengatasi XAMPP Error Detected Wrong Path tahun 2020
1 minute read
Halo saahabat snip pada artikel ini kita akan membahas bagaimana mengatasi Xampp yang tidak berjalan bertuliskan seperti dibawah ini :
Bagaimana cara mengatasinya ? Ok langsung saja ikuti langkah berikut ada beberapa hal yang harus kita atur yaitu :
Silahkan Keluar dan Restart Ulang XAMPP Klik kanan Run As Administrator.
Apache Service detected with wrong path
4:31:33 PM [Apache] Change XAMPP Apache and Control Panel settings or
4:31:33 PM [Apache] Uninstall/disable the other service manually first
4:31:33 PM [Apache] Found Path: "C:\Apache\bin\httpd.exe" -k runservice
4:31:33 PM [Apache] Expected Path: "c:\xampp\apache\bin\httpd.exe" -k runservice
Bagaimana cara mengatasinya ? Ok langsung saja ikuti langkah berikut ada beberapa hal yang harus kita atur yaitu :
Mengubah Port Apache Config
- Ubah port di bagian Config > Service & Port Settings > Main Port 8080 > SSL port 4439
- Ubah port 80 ke 8080 di Apache Config di httpd.conf
- Ubah port 443 ke 4439 di Apache Config di httpd.ssl.conf
Menghapus Cache Service
Jalankan CMD sebagai Administrator ( Klik kanan Run As Administrator) dan ketikan perintah dibawah ini :
C:/windows/system32> sc delete Apache2.4
C:/windows/system32> sc delete mysql
Silahkan Keluar dan Restart Ulang XAMPP Klik kanan Run As Administrator.