Page 1 of 1

apache2: Could not reliably determine the server's fully qua

Posted: Wed Aug 12, 2015 7:16 pm
by mister_v
Hi,

I get the following error message in my log,

Code: Select all

apache2: Could not reliably determine the server's fully qualified domain name, 
It has no impact, but how do I get rid of it?

Re: apache2: Could not reliably determine the server's fully

Posted: Wed Aug 12, 2015 7:27 pm
by chris
You can solve this by simple adding a ServerName to the config file.

(Need write access)

Code: Select all

nano /etc/apache2/httpd.conf 
ServerName localhost

That should solve it :-)