Developers Heaven Forum

Operating Systems => Lunix & Unix => Topic started by: admin on July 02, 2010, 01:09:10 PM

Title: Fixing httpd: Could not reliably determine the server's fully qualified domain
Post by: admin on July 02, 2010, 01:09:10 PM
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