Saturday, May 9, 2009

apache2 could not determine fully qualified domain name

apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName.

Solution: I created a file /etc/apache2/conf.d/fqdn with following line as content: ServerName localhost

And it works!!!

No comments:

Post a Comment