httpd: Could not reliably determine the server's fully qualified domain name
在ubuntu 14.04 64位 安装apache安装完后启动发生
httpd: Could not reliably determine the server's fully qualified domain name
百度搜索相关解决方案
解决方案:
找到httpd.conf文件使用VIM打开
将里面的 #ServerName localhost:80 注释去掉保存。
在启动apache
然后可以在本地通过浏览器访问 http://101.200.238.247:80 ,
如果页面显示 “It works!” ,即表示apache已安装并启动成功。
页:
[1]