I am trying to install PHP and apache2 in my ubuntu 14.04. I installed PHP and apache2 through the following commands
$sudo apt-get install php5-cli
$sudo apt-get install apache2-bin
Now I just want to restart apache2 server on ubuntu system. But I am getting the "failed" error while restarting apache2. I mentioned the error below
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
Set the 'ServerName' directive globally to suppress this message
Can anyone help me to solve this error?
I need to restart my apache2 server on ubuntu 14.04.