gpt4 book ai didi

linux - Drupal 7 文件权限

转载 作者:太空宇宙 更新时间:2023-11-04 04:23:28 25 4
gpt4 key购买 nike

我在 drupal 7 中使用 View 创建缩略图时遇到问题。每当我创建(或更新)图像样式时,包含它们的文件夹就会恢复为 0700。由于我在 apache 中使用 suphp,因此在尝试加载图像时不断收到 403。是否有我缺少的配置,以便我可以使文件夹保持 755 和文件 644?

最佳答案

确保以下 suPHP 设置设为 true

allow_directory_group_writeable
allow_directory_others_writeable

将以下内容添加到 sites/default/settings.php 应该可以防止问题再次发生

umask(022);

关于linux - Drupal 7 文件权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11198413/

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