标签:ice server etc conf star min nbsp oca inux
如果出现以下错误:
正在启动httpd:httpd:could not reliably determine the server‘s fully qualif domain name,
using::1 for servername
解决方法:
#vi /etc/httpd/conf/httpd.conf
找到”# ServerName www.example.com:80” ? 取消注释#,并修改为”ServerName ip或域名或localhost:80 ? wq保存退出
#service httpd restart --再次启动
标签:ice server etc conf star min nbsp oca inux
原文地址:https://www.cnblogs.com/wa502/p/11603917.html