Sep
11
.. using 127.0.0.1 for ServerName
19:14you 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
place your server name in place of myserver.
servername myserver
it worked for me.