标签:httpd
[root@Oracle httpd-2.2.27]# /etc/init.d/httpd start
httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName
解决措施:
[root@Oracle httpd-2.2.27]# vim /usr/local/apache2/conf/httpd.conf
ServerName localhost:80
本文出自 “炉火纯青” 博客,请务必保留此出处http://alipay.blog.51cto.com/7119970/1589282
httpd: Could not reliably determine the server's fully qualified domain name,
标签:httpd
原文地址:http://alipay.blog.51cto.com/7119970/1589282