apache2: Could not reliably determine the server's fully qualified domain name
Posted
by
Joseph Silvashy
on Server Fault
See other posts from Server Fault
or by Joseph Silvashy
Published on 2010-01-09T16:38:30Z
Indexed on
2012/06/17
3:20 UTC
Read the original article
Hit count: 538
apache2
I've never encountered this error before. And secondly I'd like to know how you folks debug your apache configurations.
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
In my Virtual Host configuration I do have these lines:
ServerName example.com
ServerAlias www.example.com
(of course it has my actual info in there)
So I guess my question is, why wouldn’t apache be able to determine my fully qualified domain name?
© Server Fault or respective owner