Apache, PHP 7.2, MariaDB 10.3 설치하기

텅 빈, Minimal + 원격 관리 도구만 올라간 서버에 영혼을 넣어 주었다.

dnf install httpd
firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload
systemctl start httpd
systemctl enable httpd
nano /etc/httpd/conf/httpd.conf