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

Questions related to the Apache server
Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

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

Post 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?
chris
Site Admin
Posts: 194
Joined: Mon Jul 21, 2008 9:52 am

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

Post 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 :-)
Post Reply