So, I tried to restart my Apache server on CentOS 5.0 and the following error got thrown at me;
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
The following is the /etc/hosts file:
127.0.0.1 server4-245 server4-245.com localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
The following is the /etc/sysconfig/network file:
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=server4-245
What can I do?