Apache问题解决:httpd: Could not reliably determine the

启动Apache时,出现:httpd: Could not reliably determine the server's fully qualified domain name

解决方案:

进入apache的安装目录:

linux : /usr/local/apache/conf

用vi打开httpd.conf

将里面的#ServerName localhost:80注释去掉即可。

再启动httpd

然后可以通过浏览器访问:80,如果页面显示正常显示测试页面,即表示apache已安装并启动成功。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/41a5e3a7b668395d0631a771ca2ee02f.html