启动Apache时 Could not reliably determine the server's fully qualified domain name 错误
找到ServerName这一项,于是,也把ServerName前面的#号去掉,改成自己的ip:ServerName localhost;
重新启动即可
本文详细介绍了如何解决Apache启动时出现的Couldnotreliablydeterminetheserver'sfullyqualifieddomainname错误。通过修改配置文件中的ServerName设置为自己的ip,即可成功解决问题并重新启动Apache。
启动Apache时 Could not reliably determine the server's fully qualified domain name 错误
找到ServerName这一项,于是,也把ServerName前面的#号去掉,改成自己的ip:ServerName localhost;
重新启动即可
212
1710
140

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