服务热线
某用户VPS安装LINUX系统后,启动HTTPD服务就提示 httpd: Could not reliably determine the server's fully qualified domain name, using www.xx.com
首先要找到 httpd 服务的配置文件 httpd.conf
然后找下 ServerName 开头的字段,如果没有,就在里面任意一行添加:
ServerName www.xx.com
然后重启下 httpd 就发下不再提示此错误了。
