[root@lamp conf]# vi httpd.conf.bak 1 # 2 # This is the main Apache HTTP server configuration file. It contains the 3 # configuration directives that give the server its instructions. 4 # See <URL:http://httpd.apache.org/docs/2.4/> for detailed info
httpd: apr_sockaddr_info_get() failed for xxx httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName 在/usr/local/apache2/bin/apachectl start启动Apache服务的时候出现的错误 解决办法 vi /etc/hosts127.0.0.1 localhost