[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-02 00:27:52 CET

David Summers <david@summersoft.fay.ar.us> writes:

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

Here's the relevant section from my own private httpd.conf, which
allows me to 'make davcheck' against http://localhost. This is
documented in the README file in tests/client/cmdline/.

<Location /repositories>
  DAV svn
  SVNParentPath /home/sussman/projects/svn/subversion/tests/clients/cmdline/repositories
</Location>
     
<Location /local_tmp/repos>
  DAV svn
  SVNPath /home/sussman/projects/svn/subversion/tests/clients/cmdline/local_tmp/repos
</Location>

---------------------------------------------------------------------
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:28:56 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.