Monday, May 12, 2014

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message



AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message

hal diatas terjadi ketika saya melakukan Upgrade server ubuntu 12.04 ke 14.04

Cara mengatasinya :







1. Login sebagai root

2. nano /etc/apache2/conf-available/servername.conf

3. Tambahkan ServerName localhost

atau dengan perintah sekali jalan dibawah ini

# echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/servername.conf

4. a2enconf servername

5. service apache2 reload atau service apache2 restart atau apache2ctl graceful


Dan...

Coba juga cara kedua dibawah ini :

1. Buka file apache2.conf dengan nano /etc/apache2/apache2.conf

2. Tambahkan baris dibawah ini dalam file apache2.conf, letakannya di bagian akhir, lalu save dan exit

   ServerName localhost

3. Restart apache2 dengan service apache2 restart


No comments:

Post a Comment

N.B.
1. Berkomentarlah dengan sopan.
2. Dilarang membuat spam, terutama yang mengandung SARA/ Pornografi/ Judi dan Iklan.