linux错误总结1.Apache启动时报Could not reliably determine the server’s fully qualified domain , usi
linux错误总结 1.Apache启动时报Could not reliably determine the server’s fully qualified domain , using 192.168.1.xx for ServerName 错误原因:DNS没配置好。 解决方法:在httpd.conf文件最前加入 ServerName localhost:80