解决httpd: Could not reliably determine the server's fully qualified domain name

解决方案:

 

用记事本打开 httpd.conf

将里面的 #ServerName localhost:80 注释去掉即可。

再执行 httpd

然后可以通过浏览器访问 http://localhost:80 ,如果页面显示 "It works,即表示apache已安装并启动成功。

 

   

using localhost.localdomain for ServerName  说不能确认服务器完全确认域名localhost.localdoman  这个问题怎么解决

   

最佳答案: 

vi /etc/httpd/conf/httpd.conf   加入一句  ServerName  localhost:80

   

   

相关文章:

  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2021-10-20
猜你喜欢
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2022-02-24
相关资源
相似解决方案