Author Topic: Fixing httpd: Could not reliably determine the server's fully qualified domain  (Read 3539 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
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