|
웹페이지 시작 위치가 기본적으로 설정되어 있는 경로는 /var/www/html 이다.
해당 경로를 사용자가 원하는 경로로 변경이 가능하다.
vi /etc/httpd/conf/httpd.conf
DocumentRoot "/var/www/html" -> 원하는 경로로 변경
<Directory "/var/www/html"> -> 위와 똑같은 경로로 변경
저장 후 아파치 재시작
/etc/init.d/httpd restart
|
'CentOS' 카테고리의 다른 글
아파치 루트폴더 접속시 index of 감추기 (0) | 2013.12.29 |
---|---|
another mysql daemon already running with the same unix socket (0) | 2013.12.21 |
DocumentRoot must be a directory (0) | 2013.12.16 |
You don't have permission to access / on this server. (0) | 2013.12.16 |
홈서버 만들기 (0) | 2013.10.18 |