启动Apache的时候提示:“Could not determine the server‘s fully qualif

发表于:2007-06-21来源:作者:点击数: 标签:

   


  这个说明Apache服务器不能确定你的主机名。修改Apache的配置文件,查找ServerName关键字,确定它不是处于注释状态并且形式如下:
ServerName localhost
或者:
ServerName www.foo.com

原文转自:http://www.ltesting.net