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