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

Newbie - setting up apache

From: Jan Erik Moström <lists_at_mostrom.pp.se>
Date: 2005-12-19 22:14:50 CET

I've been using the svn server for some time but now I thought I would try to
set up access through Apache. I've read the book but I'm a bit confused of
how I should configure Apache.

I plan to use a sub-domain to access the repositories and I've come up with
the following config file

<VirtualHost *>
        ServerName svn.xxx.xx
        DocumentRoot /somewhere/websvn
        
        DAV svn
        SVNParentPath /somewhere/websvn
        AuthType Basic
        AuthName "Subversion storage"
        AuthUserFile /hhhhh/passwordfile
        Require valid-user
</VirtualHost>

 Does this make sense or am I'm doing something completely ????
 
 
                    jem

-- 
Jan Erik Moström, www.mostrom.pp.se
---------------------------------------------------------------------
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:25:57 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.