错误信息:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

解决方法:
sudo gedit /etc/apache2/apache2.conf

在文件后面加上:
#Server Name
ServerName 127.0.0.1

相关文章:

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