xampp apache can't start


Apache tidak bisa start. Masalah yang sering dihapadi oleh pengguna apache di xampp adalah tidak berjalannya xampp apache tersebut, akan tetapi servis lainnya seperti filezilla dan mysql masih dapat berjalan. di xampp control panel akan terlihat pesan apache busy.
Hal ini disebabkan oleh port yang digunakan oleh apache telah digunakan oleh port lainnya. perlu diketahui port default yang digunakan oleh apache adalah port 80, dan beberapa aplikasi lain ( paling sering digunakan ) yang menggunakan port 80 antara lain skype dan servis microsoft sendiri yaitu IIS (Internet Information Service).

Cara Menjalankan kembali apache ( coba salah satu cara di bawah ini ):
Cara 1 : Sederhana
  1. Coba Cek port yang sedang digunakan.
    menu windows -> run -> ketik cmd. di cmd jalankan perintah "netstat /ano" ( tanpa tanda kutip ). dan periksa apakah ada yang menjalankan program di port 80.
  2. Matikan servis yang pengguakan port tersebut.
    Juka ada program yang menjalankan port 80 di langkah 1 biasanya adalah skype dan IIS. matikan program tersebut. menu widows -> run -> services.msc. cari program tersebut, klik kanan dan stop.
Cara  2 : mengganti port apache
  1. Edit file http.conf yang di c:/xampp/apache/conf/
  2.  Cari ServerName localhost:80 di file http.conf lalu ubah port yang semula 80 menjadi 85 (terserah, perkiraan port yang tidak dipakai) sehingga menjadi localhost:85
  3. Listen 80 ubah menjadi Listen 0.0.0.0:85
  4. coba jalankan kembali apache melalui xampp control panel.
  5. Jika berhasil, untuk mengakses localhost ketikkan di browser -> http://localhost:85
Cara 3 : Menjalankan apache secara paksa
  1. Cara ini adalah dengan menjalankan apache dengan xampp-control-3-beta.exe. executor baru ini masih dalam tahap beta, anda dapat temukan di folder xampp.
  2. pilih tombol xampp-shell di bagian kanan.
  3. akan muncul cmd. ketikkan apache_start.bat
  4. Ketika telah berjalan jangan tutup cmd ini.
  5. Jika tidak bisa, coba jalankan cara 2 terlebih dahulu baru diikuti cara 3.
  6. Jika berhasil, untuk mengakses localhost ketikkan di browser -> http://localhost:85
Langkah ini bekerja pada apache saya.



 Apache can not start.

Problem often encountered by the user apache in xampp xampp apache is not the passage of these, but other services such as FileZilla and mysql still can run. in the xampp control panel will look busy apache message.

This is caused by the port used by apache has been used by other ports. Note that the default port used by apache is port 80, and several other applications (most used) which uses port 80, among others, skype and microsoft service itself is IIS (Internet Information Service).

Starting way back to apache (try one of the ways below):


Method 1: Simple

  1. Try to check the port being used.
  2. windows menu -> run -> type in cmd. in cmd run command "netstat / ano" (without the quotes). and check whether there are programs running on port 80.
  3. Turn off the port pengguakan service.
  4. Juka there is a program that runs the port 80 in step 1 usually is skype and IIS. turn off the program. widows menu -> run -> services.msc. search program, right click and stop.

Method 2: change the port apache

  1. Edit the http.conf file in c :/ xampp / apache / conf /
  2. Find ServerName localhost: 80 in the http.conf file and change the port that originally 80 to 85 (up to you, estimate an unused port) to be localhost: 85
  3. Listen 80 change it to Listen 0.0.0.0:85
  4. try running back to apache via xampp control panel.
  5. If successful, to access the type localhost in the browser -> http://localhost:85

Method 3: Running apache forcibly

  1. This method is to run apache with xampp-control-3-beta.exe. The new executor is still in beta, you can find in the xampp folder.
  2. xampp-shell select button on the right.
  3. cmd will appear. type apache_start.bat
  4. As has been running this cmd do not close.
  5. If not, try running method 2 and then folowwed by method 3
  6. If successful, to access the type localhost in the browser -> http://localhost:85

These steps work on my apache.

Tidak ada komentar:

Posting Komentar

Please share your opinion. :)