I am using Apache2, and when I reboot / restart the server, I get this warning:
apache2: Could not reliably determine the server fully qualified domain name, using (my FQDN) for ServerName
Everything works fine, but I'm trying to figure out what causes the error. I grab the source to see if it can find it, but since my C is not very good ....
Some notes:
- If I change the system host name, Apache uses the new host name
- I have a set
ServerName; it matches the host name - I have a static unique IP -
dig (hostname)return (my ip), dig -x (my ip)returns (hostname) - My hosts file is correct.
Versions:
Apache / 2.2.9
Linux 2.6.24-23-xen x86_64
Description: Debian GNU / Linux 5.0 (lenny)
Any ideas?