Linux
리눅스 아파치(Apache) 설치
쓱은감자
2022. 8. 10. 21:48
아파치 설치
$ yum -y install httpd
$ systemctl restart httpd
$ systemctl enable httpd
$ firewall-cmd --permanent --add-service=http
- index.html 파일 위치
/var/www/html/