dnf install -y httpdsystemctl status httpdsystemctl start httpdsystemctl enable httpd firewall-cmd --list-allfirewall-cmd --permanent --add-port=80/tcp(또는 firewall-cmd --permanent --add-service=80/http)firewall-cmd --reloadfirewall-cmd --list-all 웹에서 192.168.16.91 접속 확인 vi var/www/htmlvi index.htmlcp index.html test.htmlmkdir webvi web/ttt.html