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

Re: websvn and access control

From: Blink Eye <blinkeye_at_gmx.ch>
Date: 2005-05-07 09:46:46 CEST

On Fri, 2005-05-06 at 19:24 +0200, Dirk wrote:
> On 5/6/05, Blink Eye <blinkeye@gmx.ch> wrote:
> > there's an issue if you want to restrict access to some repos via
> > multiviews, namely if you access your repo via https no
> > username/password is needed.
> >
> > configuration:
> >
> > activate multiview to access your repos via
> > http://servername/wsvn/reposname
> >
> > apache2:
> > <Location /wsvn/reposname/>
> > AuthType Basic
> > AuthUserFile /usr/local/apache/passwd/passwords
> > AuthName "someuser"
> > Require valid-user
> > Require user someuser
> > </Location>
> >
> > now, the authentication is passed by if accessing reposname via
> > https://servername/wsvn/reposname
> >
> You also need to define the acces for the https server. for debian it
> is in /etc/apache2/sites-enabled/ssl.
>
> Dirk

hello dirk
thanks a lot for your hint. i don't use debian and don't have such a
folder. i bet somewhere apache must specify that its https config lies
in /etc/apache2/sites-enabled/ssl - where might that be?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 7 09:48:43 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.