1. 디렉토리 권한 : 모두 실행권한(755 또는 701)이 있어야함.
2. httpd.conf : Deny from all -> Allow from all
3. SELinux가 동작하는 경우 디렉토리에 보안셋팅을 해야함.
: ls -Z 으로 디렉토리 보안상태를 확인할 수 있다.
- # getsebool httpd_enable_homedirs
: httpd_enable_homedirs 값이 off라면 -> # setsebool -P httpd_enable_homedirs 1