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
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to