리눅스 분류
긴급...아무것도 몰라요
작성자 정보
- eunpil 작성
- 작성일
컨텐츠 정보
- 1,606 조회
- 1 댓글
- 0 추천
- 목록
본문
apache/conf/httpd.conf 파일을 열으셔서 다음을 찾으셔요.
Options 의 Indexes 를 삭제하시면 됩니다.
---------------------------------------------------------------
DocumentRoot "/www/htdocs"
...
<Directory "/www/htdocs">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options FollowSymLinks MultiViews
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
관련자료
-
이전
-
다음
댓글 1
초보+님의 댓글
- 초보+
- 작성일
감사합니다