/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로 주었습니다. 그래도 똑같이 위와 같은 메시지가 나옵니다.