亲测好用!
错误:
Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
解决:
sudo sh -c 'echo "ServerName localhost" >> /etc/apache2/conf.d/servername.conf'
原文链接 :
错误:
Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
解决:
sudo sh -c 'echo "ServerName localhost" >> /etc/apache2/conf.d/servername.conf'
原文链接 :
http://www.garron.me/bits/apache2-could-not-reliably-determine-fully-qualified-ServerName.html
本文提供了一个关于Apache2配置中出现的“Couldnotreliablydeterminetheserver'sfullyqualifieddomainname”错误的解决方案。通过使用sudo权限编辑配置文件,将ServerName设置为localhost,可以有效解决此问题。
5432

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



