리눅스 분류
아파치에서여..
작성자 정보
- 마르코 작성
- 작성일
컨텐츠 정보
- 3,226 조회
- 0 추천
- 목록
본문
<Directory "C:/Program Files/Apache Group/Apache/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 Indexes 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>
위의 빨간색으로 된 부분이 보이죠?
실제 제 Apache Server의 httpd.conf에서 따온겁니다..
<Directory>~~</Directory>사이의 Option 옵션으로 주어지는 값입니다..
도움이 되셨는지 모르겠네요...
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.