美文网首页
drupal 权限问题

drupal 权限问题

作者: AnnaJIAN | 来源:发表于2019-06-20 12:35 被阅读0次
drupal安装遇到权限问题,检查drupal执行文件夹是否属于php执行用户和组中。
vagrant@dragon:/etc/php/7.0/fpm/pool.d$ ls
www.conf
...
; Unix user/group of processes
; Note: The user is mandatory. If the group is not set, the default user's group
;       will be used.
;user = www-data
user = vagrant
;group = www-data
group = vagrant

或者
chgrp -R www-data drupal目录
chown -R www-data:www-data drupal目录  

相关文章

网友评论

      本文标题:drupal 权限问题

      本文链接:https://www.haomeiwen.com/subject/zcpdqctx.html