Owncloud - Can't write into config directory!

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章