오늘 저는 한 서버에서 다른 서버로 이미지를 마이그레이션하고 이상한 사용 권한 문제에 직면했습니다.
[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