随笔分类 - FAQ集
摘要:1.重启apche(service httpd restart)的时候提示:正在启动 httpd:httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName解决方法:vi /etc/httpd/conf/httpd.conf,找到#ServerName www.example.com:80,修改为:ServerName localhost:80即可。补充说明:平时在安装二进制文件的时候会提示说填写一个域名和
阅读全文