.. using 127.0.0.1 for ServerName

19:14

you have to edit the /etc/apache2/apache2.conf and, at the end of the file, add:
# added servername to avoid the could not determine fqdn error
servername myserver
place your server name in place of myserver.

it worked for me.

(c)