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

Çözümü:

/etc/apache2/apache2.conf dosyasının sonuna ServerName localhost kodunu ekleyin.
/etc/apache2/conf-available/servername.conf isminde bir dosya oluşturun ve içinde ServerName localhost kodunu ekleyin.
Daha sonra /etc/apache2/conf-enabled altına aşağıdaki kodlarla bir soft-link oluşturun:

ln -s /etc/apache2/conf-available/servername.conf .

veya

a2enconf servername

Bir Cevap Yazın

E-posta hesabınız yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Şu HTML etiketlerini ve özelliklerini kullanabilirsiniz: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>