Mengatasi masalah Xampp 1.8.1 - Apache shutdown unexpectedly
Setelah meng update Xampp-win32-1.8.1-VC9-installer mungkin rekan sekalian sering mengalami masalah Apcahe tidak bisa start atau error pada control panel v3.1.0.3.1.0 dan timbul pesan seperti dibawah ini :
19:08:07 [Apache] Error: Apache shutdown unexpectedly.
19:08:05 [Apache] This may be due to a blocked port, missing dependencies,
19:08:05 [Apache] improper privileges, a crash, or a shutdown by another method.
19:08:05 [Apache] Check the “/xampp/apache/logs/error.log” file
19:08:05 [Apache] and the Windows Event Viewer for more clues
Solusinya ikuti langkah berikut:
silahkan cari file httpd.conf. yang ada di folder \xampp\apache\conf
buka file dengan textpad/notepad, cari list 80 ,
update list port menjadi 8081 and atau 8088 simpan file.
Restart xampp/wamp, start the servers kembali.
selesai!
Jika masih belum mau berfungsi silahkan anda rubah file httpd.conf.
seperti langkah pertama
silahkan cari file httpd.conf. yang ada di folder \xampp\apache\conf
cari tulisan seperti dibawah ini :
line 133 : LoadModule ssl_module modules/mod_ssl.so
tambahkan tanda # di depannya hingga menjadi
line 133 : #LoadModule ssl_module modules/mod_ssl.so
simpan file dan selesai!
Metode terakhir adalah dengan melihat error log
atau jalankan file setup_xampp.bat maka disitu kan terlihat aplikasi yang error
salah satunya adalah php.exe penyebabnya adalah karena belum terinstallnya Microsoft Visual C++ 2008
silahkan anda download Microsoft Visual C++ 2008 dan install. semoga sukses !
19:08:07 [Apache] Error: Apache shutdown unexpectedly.
19:08:05 [Apache] This may be due to a blocked port, missing dependencies,
19:08:05 [Apache] improper privileges, a crash, or a shutdown by another method.
19:08:05 [Apache] Check the “/xampp/apache/logs/error.log” file
19:08:05 [Apache] and the Windows Event Viewer for more clues
Solusinya ikuti langkah berikut:
silahkan cari file httpd.conf. yang ada di folder \xampp\apache\conf
buka file dengan textpad/notepad, cari list 80 ,
update list port menjadi 8081 and atau 8088 simpan file.
Restart xampp/wamp, start the servers kembali.
selesai!
Jika masih belum mau berfungsi silahkan anda rubah file httpd.conf.
seperti langkah pertama
silahkan cari file httpd.conf. yang ada di folder \xampp\apache\conf
cari tulisan seperti dibawah ini :
line 133 : LoadModule ssl_module modules/mod_ssl.so
tambahkan tanda # di depannya hingga menjadi
line 133 : #LoadModule ssl_module modules/mod_ssl.so
simpan file dan selesai!
Metode terakhir adalah dengan melihat error log
atau jalankan file setup_xampp.bat maka disitu kan terlihat aplikasi yang error
salah satunya adalah php.exe penyebabnya adalah karena belum terinstallnya Microsoft Visual C++ 2008
silahkan anda download Microsoft Visual C++ 2008 dan install. semoga sukses !
3 komentar:
terimakasih banyak ya bos, dengan cara di atas saya bisa menjalankan xampp lagi..
mantap buat blog ini..
mantap infonya....
Posting Komentar