10月23
重启Apache时提示Starting httpd: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
问题原因:
出现这个提示,是因为系统无法确定当前服务器的主机名。一般多发生于用于架设虚拟主机的Linux服务器上的情况较多。
解决方案:
修改Apache的配置文件:/etc/httpd/conf/httpd.conf
查找“ServerName”(无两边引号),去掉前面的"#"号即可。
再重启Apache,service httpd restart就不会再报错了。
怎么为Apache创建一
提供一个速度比较快的ce



