rpm -qa | grep httpd
yum install -y httpd
systemctl start httpd
systemctl enable httpd.service
ps -ef | grep apache