咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.启动apache遇到错误:Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
2.解决方法
进入到apache安装目录(每个人安装目录不同),打开httpd.conf文件把#ServerName www.landui.com:80修改为ServerName 127.0.0.1:80即可