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