Kembali lagi ke masalah :D
jumpa sama saya lagi admin yang cakep :p
sebenarnya kali ini nggak mau bikin posting sih, cuma mau share cara mengatasi error yang terjadi di apache2 (problem-solved). yeah... waktu itu iseng-iseng aja mau nerusin projectnya buat cms sendiri tapi ada yang aneh waktu jalanin apache2, munculllah errornya :
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
nggak tahu deh kenapa ..
mungkin saja tidak ada / tidak tersedia lagi untuk alamat ip 127.0.0.1pikirku..
coba coba saja eh tahu berhasil nambahin servername localhost di file apache2.
langkahnya :
1. Buka file /etc/apache2/apache2.conf
*terserah mau buka pake apa, pake editor teks, nano, vim, terserah deh suka suka lho .... :v
2. Tambahkan kode berikut di akhir baris
udah gitu aja udah selesai :D
ServerName localhost
3. Jalankan / restart apache2nya
service apache2 start
service apache2 restart
0 comments:
Post a Comment