Developers Heaven Forum

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

Title: Fixing httpd: Could not reliably determine the server's fully qualified domain
Post by: admin on July 02, 2010, 07:09:10 PM
If when you restart Apache you get:

Code: [Select]
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:

Code: [Select]
ServerName localhost
Then restart your apache server:
Code: [Select]
service httpd restart