Fahmi's Blog

Install httpd CentOS 7

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