apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

Simply open /etc/apache2/httpd.conf and add the following line:

ServerName localhost

Save and restart your Apache.

Comments are closed.