왼쪽 상단에 있는 메뉴버튼 아래로 많은 실행 프로그램들이 있는데, "터미널"을 실행합니다 현재 계정명이 CentOS에 로그인한 계정명@localhost로 되어 있는데, su를 치고 root@localhost 계정으로 변경해서 설치를 진행했다. 비밀번호 칠 때 원래 안보이는거니까 당황x.. yum이용해 설치 # sudo yum install httpd Apache 시작 # sudo systemctl start httpd // apache 시작 # sudo systemctl status httpd // apache 활성화 상태 확인 // apache 부팅 시 자동실행 등록 # systemctl enable httpd // 자동실행 해제 # systemctl disable httpd 방화벽 설정 // fi..