I have an apache2.4 setup hosting subversion (SVN) repositories wonderfully. I use an authz file to control access to my repositories, and give different users different permissions to different repositories.
I am now making a companion site, (It's in python cgi) and would like to use the same user file to restrict or allow access, but only allow access to the second site when the user has r/w (not just r) permissions for the primary svn site.
Is this possible in apache2 & authz, or do I need to set up this semi-advanced authentication in my python module(s)?