[Owncloud] Owncloud installation on CentOS 6.2

Alberto Bonacina bonacina.alberto at gmail.com
Tue Feb 28 22:12:29 UTC 2012


Il 28/02/2012 22:59, Romain DEP. ha scritto:
> 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>

I reinstalled php, apache and after that I created 
/etc/httpd/conf.d/owncloud.conf, I put this:

Alias /owncloud /var/www/html/owncloud

DocumentRoot "/var/www/html/owncloud"
<Directory /var/www/html/owncloud>
    Order Allow,Deny
    Allow from All
    Options +Indexes
</Directory>

I restart apache with

#/etc/init.d/httpd restart

And now my Owncloud's installation works

Thanks all,
Alberto




More information about the Owncloud mailing list