<html><head></head><body>Hi,<br>
<br>
It's not the owncloud problem, something is wrong with apache configuration or htaccess. I assume that your php configuration is clean if you can reach the owncloud web interface.<br>
<br>
Can you see your data if you type the webdav url in some browser? Or you get permission denied only if you try to create a new folder? (You can test it with windows web folders)<br>
 Check the apache configs and htaccess regarding to allow/deny/satisfy configurations. Do you have something like mod_security? Some Limit configurations in apache?<br>
-- <br>
Best regards,<br>
Artem Sidorenko.<br>
<br>
Sent from my mobile<br><br><div class="gmail_quote">"info@servweb.eu" <info@servweb.eu> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">Hi,<br /><br />On my problem, I investigate more.<br /><br />Access log is (when clicking on "create" button in the windows client 1.0.2" :<br /><a href="http://109.190.0.101">109.190.0.101</a> - - [31/May/2012:11:20:51 +0200] "GET /files/webdav.php/PCClenet HTTP/1.1" 404 710 "-" "mirall-1.0.2"<br /><a href="http://109.190.0.101">109.190.0.101</a> - - [31/May/2012:11:22:33 +0200] "MKCOL /files/webdav.php/PCClenet HTTP/1.1" 403 1405 "-" "mirall-1.0.2"<br /><br />Then error log is<br />[Thu May 31 11:22:33 2012] [error] [client <a href="http://109.190.0.101">109.190.0.101</a>] client denied by server configuration: /home/myuser/domains/*******.com/public_html/mutu101/files/webdav.php<br />[Thu May 31 11:22:33 2012] [error] [client <a href="http://109.190.0.101">109.190.0.101</a>] client denied by server configuration: /home/myuser/domains/*******.com/public_html/mutu101/files/webdav.php<br /><br /
 >I've
searched about Dav module. They are present in my Apache, but not activated (this need a special directive in my vhost conf file, not used in my case)<br /><br />I've searched about problem in the apache vhost conf file, but it seems normal, without special deny entry.<br /><br />I've searched about .htaccess. I've seen that authorization directive may cause pb with suPHP. But applying a workaround found here ( <a href="http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-164">http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-164</a> ) does nothing.<br /><br />I've searched about an suPHP problem. I can't investigate more in that case because I haven't any help in log file about wich PHP file really send the 403 response. I've seen many reasons in scripts that could generate a 403 return header.<br /><br />To go further : Is it possible to increase log level of ownCloud to get very verbose log, even for webdav connection (like the client do) ?<br /><br />Is there ant
 oher
way to investigate more ?<br /><br />Regards,<br /><br />Gwenaël MOREAU<br /><br /><br />-----Message d'origine-----<br />De : Frank Karlitschek [mailto:frank@owncloud.org] <br />Envoyé : lundi 28 mai 2012 20:43<br />À : info@servweb.eu<br />Cc : owncloud@kde.org<br />Objet : Re: [Owncloud] ownCloud on directadmin (or in case that webdav already active)<br /><br />Hi,<br /><br />strange. <br />Can you try to to uninstall the apache webdav support completely?<br />Do you see more information in the apache error log?<br /><br /><br />Frank<br /><br /><br />On 28.05.2012, at 18:33, info@servweb.eu wrote:<br /><br />> Hi,<br />>  <br />> I'm coming to you to report a recurant problem. I've seen many reports of it but no clear answer.<br />>  <br />> It's related to "owncloud on a directadmin server" or "owncloud on ovh <br />> hosting" or "onwcloud on mutu hosting" and before v4, we get error 500 <br />> on ownCloud v3<br />>  <br />> Symptom : 
 After
installing the sync client, when creating sync profile, a step is dedicated to configure a directory on the owncloud server to sync. The client provide a button to create the directory. After creation, it says everythings goes fine but finaly re-ask for creating the directory. In the server log, a line with "client denied by server configuration:" appears.<br />>  <br />> After research, I think the main possibility is that another webdav server already runs on the server. I see apache modules like dav_module, dav_fs_module, dav_lock_module (compiled as static in directadmin).<br />>  <br />> In httpd.conf I find this lines, accrediting the idea that webdav is already active before ownCloud :<br />> # Distributed authoring and versioning (WebDAV) Include <br />> conf/extra/httpd-dav.conf<br />>  <br />> After commenting the include line, and restarting apache, this works not better.<br />>  <br />> Question : Is there a way for bypassing webdav a
 pache
configuration to use ownCloud in a VHost ?<br />>  <br />> Have you some more ideas for me ?<br />>  <br />> Regards,<br />>  <br />> Gwenaël MOREAU<br />>  <br />> <a href="http://www.owncloud.fr">http://www.owncloud.fr</a><br />><hr /><br />> Owncloud mailing list<br />> Owncloud@kde.org<br />> <a href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a><br /><br /><hr /><br />Owncloud mailing list<br />Owncloud@kde.org<br /><a href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a><br /></pre></blockquote></div></body></html>