装的httpd httpd-2.0.40-21
[root@mysql root]# apachectl configtest
Syntax OK
[root@mysql root]# /etc/rc.d/init.d/httpd restart
停止 httpd [ 确定]
启动 httpd [ 确定 ]
[root@mysql bin]# pstree |grep http
|-httpd---8*[httpd]
[root@mysql root]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=mysql
GATEWAY=172.16.1.1
[root@mysql bin]# ./httpd -f /usr/local/ *** *** XX/cfg/httpd.conf
[Thu Oct 2 01:29:21 2008] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
按照网上所说的,修改/etc/httpd/conf/下的httpd.conf
ServerName 127.0.0.1:80(试过ServerName 172.16.1.212:80,ServerName mysql:80)
还是提示httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
想不出什么解决的办法。
请帮我看一下,谢谢~
Could not determine the server's fully qualified domain name
请设置你的FQDN,也就是你的机器名
-
TAG标签 : 提示 root@mysql ServerName httpd root domain name
会员注册
会员登录
个人空间