[Owncloud] client denied by server configuration....
Diederik de Haas
didi.debian at cknow.org
Sat Oct 27 22:39:58 UTC 2012
On Sunday 28 October 2012 00:32:37 Yang Hong wrote:
> Hi Dennis.
>
> Apache server's default document root is /var/www
>
> then owncloud should be located at /var/www/owncloud
>
>
> NOT at /home/web/www/owncloud
That very much depends on your apache configuration, here's mine:
$ cat /etc/apache2/conf.d/owncloud.local.conf
Alias /owncloud /opt/web/apps/owncloud
<Directory /opt/web/apps/owncloud/>
Options SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
allow from all
</Directory>
Cheers,
Diederik
More information about the Owncloud
mailing list