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.

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