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

Re: Newbie - setting up apache

From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2005-12-19 22:31:35 CET

Jan Erik Moström wrote:
> <VirtualHost *>
> ServerName svn.xxx.xx
> DocumentRoot /somewhere/websvn

I don't think you need a DocumentRoot.

I have
     <Location />
around the rest; it might work without it.

> DAV svn
> SVNParentPath /somewhere/websvn
> AuthType Basic
> AuthName "Subversion storage"
> AuthUserFile /hhhhh/passwordfile
> Require valid-user

     </Location>

> </VirtualHost>
>
> Does this make sense or am I'm doing something completely ????

Try it and see!

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 19 22:57:06 2005

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

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