apache2: Could not reliably determine the server's fully qualified domain name
- by Joseph Silvashy
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?