service httpd start出现问题怎么办

图片说明

找到httpd.conf配置文件,把里面"#ServerName"这项注释去掉,加个名字就行,比如"ServerName localhost:80",重启httpd。