0
点赞
收藏
分享

微信扫一扫

Owncloud报错 - Can't write into config directory!

余寿 2023-10-08 阅读 87

 Owncloud报错 - Can

  Owncloud报错,信息如下:

Can't write into config directory!

This can usually be fixed by giving the webserver write access to the config directory.

以下方法仅供参考:

方法一:

$chown –R apache:apache $owncloud_path

$chmod –R 777 $owncloud_path


方法二:

将config路径添加到/etc/php/php.ini的open_basedir下。


方法三:

$setsebool -P httpd_unified 1

$setsebool -P httpd_execmem 1

$service httpd restart

以上方法仅供大家参考。

举报

相关推荐

0 条评论