Aug 18, 2012

0 Fix Apache.

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

sudo nano /etc/apache2/httpd.conf
Add line (file is blank by default):
ServerName localhost
Then restart Apache.
sudo /etc/init.d/apache2 restart