When I restart my Apache server using the command
sudo /etc/init.d/apache2 restart
I get the following error:
Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2:
Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
Is the server using 127.0.1.1 instead of 127.0.0.1? What causes this error?