centos6.5rpm安装apache后,执行service httpd start命令报错:Could not reliably determine the server’s fully qualified domain name, using xxx for ServerName
解决方法如下:
修改/etc/httpd/conf/httpd.conf文件,添加以下代码:
ServerName localhost:80
保存后即可正常启动apache服务。
想要了解更多内容,请持续关注码农资源网,一起探索发现编程世界的无限可能!
本站部分资源来源于网络,仅限用于学习和研究目的,请勿用于其他用途。
如有侵权请发送邮件至1943759704@qq.com删除
码农资源网 » Could not reliably determine the server’s fully qualified domain name, using xxx for ServerName
本站部分资源来源于网络,仅限用于学习和研究目的,请勿用于其他用途。
如有侵权请发送邮件至1943759704@qq.com删除
码农资源网 » Could not reliably determine the server’s fully qualified domain name, using xxx for ServerName