httpd
List articles using httpd tag
Install httpd CentOS 7
update OS: yum update
install httpd: yum install httpd
start/stop httpd: systemctl start httpd
enable at boot: systemctl enable httpd
see status: systemctl status httpd
Read more →