目录
1.安装httpd
yum安装httpd报错:Error: Unable to find a match: httpd
解决方法
修改/etc/yum.conf
#vi /etc/yum.conf #修改yum配置文件
注释掉yum.conf里面的最后一行
输入安装命令yum install httpd
#yum install httpd #安装apache服务
上面为我已经安装过httpd,因此提示already installed.
2.启动(重启)httpd
#systemctl start httpd.service #启动apache服务
启动服务总是报以下错误:Job for httpd.service failed because the control process exited with erro