Error : Cannot write into “config” directory!
Error : Cannot write into “apps” directory!
Error : Cannot write into “data” directory!
Screenshot sample
Solution :
Just disable selinux by
# setenforce 0
Or
Hit the below command
[[email protected] ~]# chcon -R -t httpd_sys_rw_content_t /var/www/html/owncloud/config
[[email protected] ~]# chcon -R -t httpd_sys_rw_content_t /var/www/html/owncloud/apps
[[email protected] ~]# chcon -R -t httpd_sys_rw_content_t /var/www/html/owncloud/data
1 comments:
Write commentsThis can be accomplished with directory-local variables. The usual way to define directory-local variables is to put a file named .dir-locals.el in a directory. Near Me finder
Reply