您的位置:首页 > 理论基础 > 计算机网络

解决httpd: Could not reliably determine the server's fully qualifi...

2011-03-20 01:03 357 查看
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

解决办法非常简单:

#nano /usr/local/apache2/conf/httpd.conf

找到#ServerName www.example.com:80 把#去掉,再重启apache即可没事了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: