httpd: Could not reliably determine the server's fully qualified domain name

[root@orafv /]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 10.123.1.220 for ServerName
                                                          [  OK  ]

解决方法:

vi /etc/httpd/conf/httpd.conf

去掉注释#,并把www.example.com修改为hostname

#ServerName www.example.com:80

即是 ServerName orafv:80


保存修改,重启httpd进程

service httpd restart

你可能感兴趣的:(domain,httpd,name,reliably,determine)