실습> 아파치 웹서버 설치하기 WEB Server : 192.168.108.3 아파치 웹 서버 : httpd 1. 웹서버 설치 # yum -y install httpd # systemctl enable httpd # systemctl start httpd # systemctl status httpd 2. 포트 확인 # ss -nltp # yum -y install net-tools # netstat -nltp 3. 웹페이지 접속 http://192.168.108.3 index.html # cat index.html 192.168.108.3 server!