ubuntu /etc/init.d/apache2 restart 报错
ubuntu AH00558: apache2: Could not reliably determine the server's fully qualified domain name, usin
解决方式
But on Ubuntu 14.04:
echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/fqdn.conf
sudo a2enconf fqdn
Ubuntu Apache2 FQDN 错误修复
本文介绍了解决 Ubuntu 14.04 上 Apache2 无法可靠确定服务器全限定域名的问题。通过创建配置文件并启用该配置来解决此错误。
791

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



