[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: What is minimum apache conf needed?

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-01 23:01:22 CET

On Sat, Mar 01, 2003 at 04:46:03PM -0500, mark benedetto king wrote:
>...
> > Nope. That's only if you load the mod_dav_lock module, which is only needed
> > if you want Class 2 DAV support in the autoversioning.
>
> Well, I don't have any reference to mod_dav_lock in my httpd.conf, but

Don't forget that it might be compile statically. Run 'httpd -l' to get a
list of the builtin modules.

>...
> [Sat Mar 01 16:32:39 2003] [error] [client 127.0.0.1] The lock database could not be opened, preventing access to the various lock properties for the PROPFIND. [500, #0]
> [Sat Mar 01 16:32:39 2003] [error] [client 127.0.0.1] A lock database was not specified with the DAVGenericLockDB directive. One must be specified to use the locking functionality. [500, #401]

You definitely have it loaded; mod_dav_lock is the module that generates
this error message.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 1 22:56:37 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.