html (1) 썸네일형 리스트형 [Web Server] [Web Server]> APACHE 0. DNS 서버 구축 완료 프로그램 설치[root@localhost roo]# dnf -y install httpd*환경설정 파일/etc/httpd/conf/httpd.conf34 ServerRoot "/etc/httpd"124 DocumentRoot "/var/www/html"168 169 DirectoryIndex index.html index.php // 순서대로 파일 검색 후 진행170 47 Listen 80 //// 인트라넷 사용시 포트번호 변경 필요HTML 문서 디렉터리/var/www/html/- 빈 디렉터리 확인 가능vi index.html 파일 생성 필요 Welcome to KBS WEB SITE Welcome to KBS WEB SITE .... 이전 1 다음