[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: Dirk <bigengineer_at_gmail.com>
Date: 2005-05-06 19:24:19 CEST

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 19:29:38 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.