Le 28/02/2012 22:49, Alberto Bonacina a écrit : > Il 28/02/2012 20:15, Romain DEP. ha scritto: >> 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> > > I did > > # cd /var/www/html/ > # git clone git://gitorious.org/owncloud/owncloud.git > # chown -R apache:apache owncloud/ > > and when I try to run the install Firefox display > > Forbidden > You don't have permission to access /owncloud/ on this server. > Apache/2.2.15 (CentOS) Server at 192.168.1.10 Port 80 > > Any suggestion?
Can you paste your apache config ? mine is : [root@Srv Usr]# cat /etc/httpd/conf.d/owncloud.conf Alias /cloud /data/cloud DocumentRoot "/data/cloud" <Directory /data/cloud> Order Allow,Deny Allow from All Options +Indexes </Directory> _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
