y45t4r3 发表于 2015-1-4 08:47:42

解决apache启动错误httpd: Could not reliably determine the server's fully qualified dom


AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
httpd (pid 1068) already running

编辑httpd.conf文件,搜索"#ServerName",添加ServerName localhost:80

然后重启apache即可
页: [1]
查看完整版本: 解决apache启动错误httpd: Could not reliably determine the server's fully qualified dom