From: "Joshua Slive" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] write prob in webdav
Date: Wed, 1 Mar 2006 11:08:18 -0500

On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote:
> hi list
> i have configured webdav, its working well while copying or reading the
> contents, but its not writing or deleting any file, y is that so.
> apache is working as user apache
> below is the config
>
>
> Alias /webdav/ "/var/www/webdav/"
> <Directory /var/www/webdav>
> DAV on
> AuthType Basic
> AuthName "WebDAV Storage"
> AuthUserFile /etc/httpd/passwd/passwd.dav
> AuthMySQLEnable off
> </Directory>
>
> <Directory /var/www/webdav/must/>
>         Options All
>         require user must
> </Directory>
>
> and below is dir permissions
> drwxr-x---  2 apache apache 4096 Nov 28 02:32 must

error_log?  access_log?

Joshua.

ssl_access_log
192.168.3.6 - must [29/Nov/2000:03:43:55 +0500] "PROPFIND /webdav/must HTTP/1.1" 207 825 192.168.3.6 - must [29/Nov/2000:03:43:57 +0500] "HEAD /webdav/must/offensive.txt HTTP/1.1" 404 - 192.168.3.6 - must [29/Nov/2000:03:43:57 +0500] "PUT /webdav/must/offensive.txt HTTP/1.1" 500 614

ssl_error_log
[Wed Nov 29 03:43:57 2000] [error] [client 192.168.3.6] File does not exist: /var/www/webdav/must/offensive.txt [Wed Nov 29 03:43:57 2000] [error] [client 192.168.3.6] The locks could not be queried for verification against a possible "If:" header. [500, #0] [Wed Nov 29 03:43:57 2000] [error] [client 192.168.3.6] Could not open the lock database. [500, #400] [Wed Nov 29 03:43:57 2000] [error] [client 192.168.3.6] (13)Permission denied: Could not open property database. [500, #1]

Regards
Azeem



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to