EC2 RHEL8にapacheインストール

$ sudo dnf -y install httpd
$ sudo systemctl enable –now httpd.service
$ systemctl status –no-pager httpd.service

OKOK