yum install httpd -y
如下图所示
使用相关的命令可以查询出已经安装了httpd 以及软件安装的目录文件位置
chkconfig httpd on
service httpd start 启动软件
/usr/local/apache/bin/apachectl restart