3. 개발환경 구축 (2)
페이지 정보
작성자 관리자 댓글 1건 조회 2,970회 작성일 21-02-27 12:48본문
3. 개발환경 구축 (2)
<VirtualHost *:80>
ServerAdmin leejinkwan@kunsan.ac.kr
DocumentRoot "/home/master/www"
ServerName leelab.howon.ac.kr
ErrorLog "logs/leelab-error_log"
CustomLog "logs/leelab-access_log" common
<Directory "/home/master/www">
DirectoryIndex index.html index.php
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
댓글목록
관리자님의 댓글
관리자 작성일
리눅스 시스템 종료하기
# shutdown -h now