반응형
Could be that although you have 755/777 permissions, SELinux is blocking httpd from writing/creating dirs.
Try:
chcon -R -t httpd_sys_content_t /path/to/www
chcon -R -t httpd_sys_content_rw_t /path/to/www/dir/for/rw
Further info: http://wiki.centos.org/TipsAndTricks/SelinuxBooleans
반응형
'웹프로그래밍 > PHP' 카테고리의 다른 글
How to call PHP function from string stored in a Variable (0) | 2016.05.24 |
---|---|
HTTP GET String + 등이 삭제되었을 때 (0) | 2016.04.18 |
Open /etc/postfix/main.cf: Permission denied (0) | 2016.01.13 |
PHP에서 csv로 저장시 연락처 0 삭제 방지 (0) | 2015.10.23 |
정규식 정리 (0) | 2015.06.14 |