[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: mark benedetto king <mbk_at_boredom.org>
Date: 2003-03-01 22:25:06 CET

On Sat, Mar 01, 2003 at 03:02:52PM -0600, David Summers wrote:
>
> I'm getting ready to start working on trying to get the RedHat RPMs to do
> the RA_DAV tests and was wondering what the minimum needed apache httpd.conf
> file would be to be able to run Subversion testing?
>
> I can figure it out myself by spending time on it but thought I'd
> ask in case someone already had a minimum necessary httpd.conf file.
>
> Thanks!
>

I'm not sure about "absolute minimum", but this is all you need to add
to the default httpd.conf:

<Location /repositories>
   DAV svn
   SVNParentPath /path/to/svn/subversion/tests/clients/cmdline/repositories
</Location>
     
<Location /local_tmp/repos>
   DAV svn
   SVNPath /path/to/svn/subversion/tests/clients/cmdline/local_tmp/repos
</Location>

If you have httpd-2.1, you'll need to have

   DAVGenericLockDB /path/to/dir/writable/by/httpd-user/locks

in those Location blocks.

--ben

---------------------------------------------------------------------
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:25:55 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.