심볼릭 링크에 관련한 급질문!!!
작성자 정보
- 도리도리 작성
- 작성일
컨텐츠 정보
- 1,489 조회
- 0 추천
- 목록
본문
httpd.conf 에서는 하기와 같이 설정되어 있습니다.
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/usr/local/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 FollowSymLinks MultiViews
제대로 되어 있는 것 아닌가요?
다른 문제가 있는 것 같은데요...한번만 더 답변을 당부드립니다.
관리자 님의 글
apache 설정파일인 httpd.conf 에서 다음을 설정하시면 됩니다
Options FollowSymLinks
이 부분은 ~~~ 같이 특정 디렉토리를 지정해도 되구요.
계정 사용자 홈디렉토리 설정인
안에 Options 지시자가 세팅되어있을겁니다. 그 Options 에 FollowSymLinks 를 추가해 주셔되 되구요..
도리도리 님의 글
관련자료
-
이전
-
다음