Error:
[root@kraken htdocs]# /usr/local/apache2/bin/apachectl start
httpd: apr_sockaddr_info_get() failed for kraken
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[root@kraken htdocs]#
Solution:
Edit your httpd.conf and check the line
ServerName
You may put ServerName <hostname> or Server localhost
[root@kraken htdocs]# /usr/local/apache2/bin/apachectl start
httpd: apr_sockaddr_info_get() failed for kraken
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[root@kraken htdocs]#
Solution:
Edit your httpd.conf and check the line
ServerName
You may put ServerName <hostname> or Server localhost
No comments:
Post a Comment