[Speak Khmer] How to install web server Apache in Centos 7
The commands you need to use to follow the Apache tutorial are:
– sudo yum clean all
– sudo yum -y update
– sudo yum -y install httpd
– sudo systemctl start httpd.service
– sudo systemct enable httpd.service
– sudo systemctl status httpd.service
If your browser display an error
– sudo iptables -F
Thank you
centos 7