ubuntu 12.04
waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
解决方法
# http://aslamnajeebdeen.com/blog/how-to-fix-apache-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127011-for-servername-error-on-ubuntu
sudo vim /etc/apache2/httpd.conf
# ServerName localhost
sudo service apache2 restart
本文解决了一个常见的Ubuntu 12.04环境下Apache服务器启动时出现的问题:无法可靠地确定服务器的全限定域名(FQDN),并给出了具体的修改配置文件httpd.conf的方法及重启服务的步骤。
4764

被折叠的 条评论
为什么被折叠?



