apache - apache2 SVN (authz) setup. Want second website to only allow those with rw permissions -
i have apache2.4 setup hosting subversion (svn) repositories wonderfully. use authz file control access repositories, , give different users different permissions different repositories.
i making companion site, (it's in python cgi) , use same user file restrict or allow access, allow access second site when user has r/w (not r) permissions primary svn site.
is possible in apache2 & authz, or need set semi-advanced authentication in python module(s)?
Comments
Post a Comment