* Starting web server apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
Author: The Man
If you get this error
* Starting web server apache2
apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
Simply
sudo sh -c ‘echo “ServerName localhost” >> /etc/apache2/conf.d/name’ && sudo service apache2 restart










