如果出现以下错误:
正在启动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 --再次启动

 

相关文章:

  • 2021-04-04
  • 2021-10-21
  • 2021-09-28
  • 2021-08-10
  • 2021-12-15
  • 2021-07-01
  • 2021-05-21
  • 2021-11-02
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2021-11-06
  • 2021-11-17
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
相关资源
相似解决方案