htaccess pcfg_openfile : htaccess 파일을 확인할 수 없으며, '/files/domain.com/public_html/images/'이 실행 가능하다는 것을 확인하십시오. [닫힘]


1

오늘 저는 한 서버에서 다른 서버로 이미지를 마이그레이션하고 이상한 사용 권한 문제에 직면했습니다.

[Mon Mar 25 08:42:23.676315 2013] [core:crit] [pid 15182] (13)Permission denied: [client 24.14.2.22:48113] AH00529: /files/domain.com/public_html/images/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/files/domain.com/public_html/images/' is executable, referer: http://domain.com.com/file.php

내가 뭘했는지 :

    chmod -R 777 root_dir
    restorecon -r
    disable selinux
    Chown -R root:root root_dir

일부 디스크에 잘못된 권한이 있습니다.
teslasimus
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.