- Post in | WebDevelop/Apache
- Post at | 2018. 7. 31. 12:38 | by 쥬리엘
apache 403 forbidden error
디렉토리 소유권이나 권한을 모두 맞췄음에도 계속해서 403에러가 발생함;;
정상동작하는 디렉토리와 비교
ls -laZ /var/www
drwxr-xr-x. root root system_u:object_r:httpd_sys_content_t:s0 html
ls -laZ /home
drwxr-xr-x. root root unconfined_u:object_r:home_root_t:s0 test
둘사이 차이가 있음;;
chcon -R -t httpd_sys_content_t /home/test
처리로 해결;;
'WebDevelop > Apache' 카테고리의 다른 글
mod_rewrite를 이용한 편리한 가상 도메인 운영방법 (0) | 2008.10.20 |
---|---|
mod_rewrite 설정으로 userid.domain.com 사용하기 (0) | 2008.10.20 |
mod_rewrite 설치, 설정 (0) | 2008.10.20 |