httpd -t 报错

报错:AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localho

启用域名

[root@localhost ~]# vim /etc/httpd24/httpd.conf 

ServerName www.example.com:80

你可能感兴趣的:(linux,服务器,centos)