Sunday, July 3, 2011

how to fix apache warning message: Could not determine the server's fully qualified domain name

Could not determine the server's fully qualified domain name


Newly installation of Apache gave this warning message.  We can fix it by adding this line to your httpd.conf:

# ServerName is to be specified to avoid warning during reload
ServerName MYSERVER

MYSERVER is your host's domain name.

0 comments:

Post a Comment