Baca juga cara import database di xampp mysql
[Apache] Problem detected!
[Apache] Port 80 in use by "system"!
[Apache] Apache WILL NOT start without the configured ports free!
[Apache] You need to uninstall/disable/reconfigure the blocking application
[Apache] or reconfigure Apache to listen on a different port
untuk mengaatasi port 80 in use by "system"! pada apache xampp berikut langkah-langkahnya :
- masuk ke folder xampp dalam kasus saya C:\xampp\apache\conf
- buka file httpd.conf cari listen 80 ubah menjadi 8080 atau 85 (dalam kasus saya 85)
- cari "ServerName localhost:80" ubah juga menjadi 8080 atau 85 (dalam kasus saya 85)
- save lalu restart apache maka apache sudah dapat berjalan melalui port 85 / 8080
- untuk membuka file php melalui apache masuk ke web browser ketikkan "localhost:85\phpmyadmin" tuliskan pula port yang telah kita ganti.
Bonus konfigurasi xampp untuk membuka file php
sekian postingan saya kali ini tentang cara mengatasi Port 80 in use by "system"! apache xampp semoga bermanfaat apabila ada yang di tanyakan silahkan masukkan ke kolom komentar
terima kasih :)