<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
first of all i have to say thank you for owncloud and the work all
of you put into the community version.<br>
I run Owncloud on our little linux vserver to give a few people
cloud access and the oppurtunity to synchronize files between their
cloud and the computer they are working on.<br>
<br>
The DocumentRoot in my apache2 configuration file is
/home/homeserve/web and configured with<br>
<br>
AllowOverride None<br>
Order deny,allow<br>
deny from all<br>
allow from 127.0.0.1<br>
<br>
The owncloud files are under <b>/home/homeserve/web/owncloud</b><br>
Of course i "allow from all" for the owncloud directory.<br>
<br>
Unfortunately apache2 gives me the following error message a lot of
times for example when i try to connect with the sync-client to my
owncloud<br>
<br>
....client denied by server configuration:
/home/homeserve/web/Documents<br>
<br>
What i don`t understand is that the error.log refers to
/home/homeserve/web/Documents while it should refer to
home/homeserve/web/<b>owncloud</b>/data/User_xy/Documents because
thats where the owncloud files are located.<br>
Is there any reason why apache2 assumes that the owncloud files are
directly located under /home/homeserve/web and not in
/home/homeserve/web/owncloud?<br>
<br>
Thank you in advance for your help.<br>
</body>
</html>