您的位置:首页 > 大数据 > 人工智能

Could not reliably determine the server's fully qualified domain name

2016-01-24 23:46 579 查看
问题:
Starting httpd: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.162.217.220. Set the 'ServerName' directive globally to suppress this message

百度解决方案:
apache配置文件httpd.conf,搜索"#ServerName",
修改为:ServerName localhost:80

保存后重启
systemctl restart httpd.service

参考:
http://www.2cto.com/os/201201/117797.html

http://blog.sina.com.cn/s/blog_4d83777b0100pgal.html

/article/7014583.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: