service httpd restart 错误Could not reliably determine the server's fully qualified domain name,using:;1 for ServerName
修改
vim /etc/httpd/conf/httpd.conf,找到ServerName取消注释即可,或者修改成ServerName localhost:80
修改
vim /etc/httpd/conf/httpd.conf,找到ServerName取消注释即可,或者修改成ServerName localhost:80