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:42:43 -0500

On 3/1/06, azeem ahmad <[EMAIL PROTECTED]> wrote:

> 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

Gettind rid of <IfModule> is a good idea.  It only hides errors, since
you need DavLockDB.

> 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

No, the server should create it itself.  You've likely created a file
that has permissions that don't allow apache to write to it.  Delete
it.

Joshua.

its now out of <IfModule>
DAVLockDB /etc/httpd/dav/lockdb

and i have deleted lockdb, changed dav permissions to
drwxr-xr-x  2 apache apache 4096 Nov 29 04:27 dav

restarted httpd
but even neither apache is creating a lockdb nor the problem resolved

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