[Ubuntu] apache2 설치 1. sudo apt-get install apache22. apache2 -v3. netstat -ntlp - 80 포트 확인 php 설치 1. sudo apt-get install php php-pear php-fpm php-cli php-gd php-curl libapache2-mod-php php-json -y ======================================================================================== [Rocky Linux] 1. yum install httpd 2. httpd -v 3. 방화벽 firewall-cmd --permanent --add-port=80/tcp firewall-c..