On 3/1/06, azeem ahmad <azeem81@xxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx