I'm trying to restart apache2 using this command:
sudo service apache2 restart
or
sudo /etc/init.d/apache2 restart
But get below error:
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
So, how to fix this problem?