[Owncloud] Owncloud installation on CentOS 6.2

Romain DEP. rom1dep at gmail.com
Tue Feb 28 21:59:22 UTC 2012


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 at 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>





More information about the Owncloud mailing list