Fixing httpd: Could not reliably determine the server's fully qualified domain

Started by admin, July 02, 2010, 01:09:10 PM

Previous topic - Next topic

admin

If when you restart Apache you get:

httpd: Could not reliably determine the server's fully qualified domain name, using 208.10.10.147 for ServerName

add in /etc/httpd/conf/httpd.conf the following line:

ServerName localhost

Then restart your apache server:
service httpd restart