gpt4 book ai didi

php - 权限 - Wordpress 无法写入父目录

转载 作者:太空宇宙 更新时间:2023-11-03 17:08:43 24 4
gpt4 key购买 nike

当我尝试将文件上传到托管在 AWS 云中的 Ubuntu 16.04 服务器中的 WordPress 时,出现以下错误:

Unable to create directory wp-content/uploads/2017/07. Is its parent directory writable by the server?

我试图通过使用更改父目录的权限

chmod -R www-data:www-data *

但是不允许操作。www-data 是我的 sudo 用户

最佳答案

aws应该使用ec2,请按照AWS中的说明设置权限

sudo usermod -a -G apache ec2-user

exit

groups

sudo chown -R ec2-user:apache /var/www

sudo chmod 2775 /var/www

find /var/www -type d -exec sudo chmod 2775 {} \;

find /var/www -type f -exec sudo chmod 0664 {} \;

引用。 http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html

关于php - 权限 - Wordpress 无法写入父目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45136677/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com