아파치 Options 의 indexs 문제

presentme의 이미지

/etc/httpd/conf/httpd.conf에서 다음과 같이 수정했습니다.

<Directory "/home/test/public_html/qt/">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

/usr/local/apache/bin/apachectl restart: httpd restarted 실행

웹으로 접속해보니 다음과 같은 에러 메시지가 나옵니다.

Forbidden
You don't have permission to access /~test/share_dir/ on this server.
--------------------------------------------------------------------------------

Apache/1.3.31 Server at localhost Port 80

그래서 관계된 경로를 모든 755로 주었습니다. 그래도 똑같이 위와 같은 메시지가 나옵니다.

왜 그런건지 도통 모르겠습니다.

읽어주셔서 감사합니다.

cdpark의 이미지

/home/test/public_html/qt/

/~test/share_dir/

같은 디렉토리인가요?