Error:
httpd could not reliably determine the server's fully qualified
domain
Solution:
Add the below line in /etc/httpd/conf/httpd.conf
#cd
/etc/httpd/conf
#vim
httpd.conf
ServerName
localhost
And
save the file.
Now
restart the httpd
#service
httpd restart
No comments:
Post a Comment