Fahmi's Blog

httpd

List articles using httpd tag

image

Install httpd CentOS 7

Published 9 years ago in - 1 min read
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 →