link 发表于 2018-11-20 08:57:08

在安装apache时遇到的困难

  httpd: Could not reliably determine the server's fully qualified domain name
  在linux下进入到httpd.conf 文件中,然后修改

  # vi httpd.conf
#ServerName www.example.com:80
ServerName localhost:80
  之后重启apache服务



页: [1]
查看完整版本: 在安装apache时遇到的困难