Apache2: Could not reliably determine the server’s fully qualified domain name
14 dicembre 2009
Nessun commento
If you get this error:
1 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
then edit
1 sudo nano /etc/apache2/apache2.conf
and add at the end of the file
1 ServerName localhost
Restart the service
