Owncloud - Can't write into config directory!
Can't write into config directory!
This can usually be fixed by giving the webserver write access to the config directory.
无法写入config文件
查了很多资料,大都是英文的,总结了一下,以下两种方法可以解决。
方案一:
$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
本文介绍了当遇到Owncloud无法写入config文件的问题时的三种解决方案。包括调整文件所有者和权限、修改PHP配置文件以及调整SELinux策略。
423

被折叠的 条评论
为什么被折叠?



