19 04 2021
ls /var/
yum info httpd
yum install httpd -y
systemctl status httpd
systemctl start httpd
systemctl status httpd
ls /var/
ls /var/www/html/
vi /var/www/html/index.html
systemctl restart httpd
cat /etc/httpd/conf/httpd.conf
firewall-cmd --zone=public --permanent --add-port=80/tcp
firewall-cmd --reload
firewall-cmd --list-all
vi /var/www/html/index.html
systemctl restart httpd