Le 28/02/2012 19:33, Alberto Bonacina a écrit : > Hi everyone, today I had some problems with owncloud's installation on > CentOS 6.2. > I used the information on this page [1] for CentOS but when I try to > start the installation from http://localhost/owncloud the browser > report me that I haven't got permession to access /owncloud/ folder > and and I dont't perform the installation. Where's the problem? > > Hi Alberto > > [1] http://owncloud.org/support/setup-and-installation/linux-server/ Hi ! I installed it yesterday on my centos 6.2 (from git). apache user need to have write access on the owncloud folder, so try something like :
chown -R apache <OCDir> _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
