Re: [viewvc-users] Configuration Help with 1.1.2 version
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
Sergio Duran Lazaro wrote: > Hey, > > I´m Sergio Durán from spain, working as system administrator, is there > any document with an authz content file example to configure viewvc > 1.1.2 to work with svn? We are interested in filter svn routes with > their own authz and passwd files and seem to be posible but untill today > imposible in our servers. How can we configure de view.conf to use the > [authz-svnauthz]? > > Although we work usually with w2003 and iis, we have an apache installed > to work with svn and we are able to install any Linux distribution if > necesary. We have installed the 2.5.4 python and we are try to configure > de viewvc over iis with CGI. Is there any problem with this configuration? ViewVC under IIS as CGI should be fine. I say "should" because I've never tested it myself -- I simply have to trust that the work others have done to make this work remains in good shape. Setting up ViewVC to use svnauthz is done like so: 1. Configure your HTTP server to require authentication in whatever way is correct for that server. For Apache, you'd probably use a <Location> block and some directives like "Require valid-user" and "AuthType basic" or something. I don't know the IIS way to do this. 2. Configure ViewVC to use the svnauthz authorizer. This is as simple as setting "authorizer = svnauthz" in viewvc.conf (under the [options] section). 3. Configure the svnauthz authorizer with a path to an authz rules file. This is done in viewvc.conf again, in the [authz-svnauthz] section, by setting "authzfile = <<the path to your authz rules file>>". Keep in mind when composing your authz rules file that ViewVC will expect it to refer to repositories by the same names that ViewVC does. -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Distributed Development On Demand ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2392877 To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkqnsSQACgkQokEGqRcG/W6XdACgxa0s+TeeGxg18mErkgOQ6y+5 ab8AnibdG63+yn4iTY+XzgN5hoz5nJUX =cTti -----END PGP SIGNATURE-----