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:17:55 -0500

On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote:
>
> [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]

Take a look at the DavLockDB directive.  Yours appears to be set
incorrectly (probably to a directory without write permissions for the
server).

Joshua.

i tried following mode on /etc/httpd/dav dir which contains lockdb
chmod -R 755 dav/
chmod -R 775 dav/
chmod -R 770 dav/
chmod -R 777 dav/

here is lockdb directive in my httpd.conf
<IfModule mod_dav_fs.c>
   # Location of the WebDAV lock database.
  DAVLockDB /etc/httpd/dav/lockdb
</IfModule>

i also tried it by getting out of ifmodule directive, but it doesnt work

one more thing, may be i m wrong on it, i created a file myself by "touch lockdb" in dir /etc/httpd/dav
is it a right way

Regards
Azeem
is it right way



---------------------------------------------------------------------
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