Tits and tats that I had to do to get Apache2 to work properly

Annoyances

When I sudo service apache2 restart I would get

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

It didn’t seem to cause any issues, but I wanted it gone as it was annoying and I am anal. The solution was to add a line to the apache2.conf file like so:

            ServerName "NameOfServerHere"