On Monday 06 March 2006 17:55, John Hampton wrote: > Michael Goettsche wrote: > > Hi there, > > > > I'm setting up a complex Trac setup with many projects and thus am using > > TracEnvParentDir. > > My approach works except that a broken Trac project is displayed where at > > most the project listing should be shown. > > Here are the Trac related lines of my apache config: > > > > <Macro TracProjects $projectname> > > <Location /trac/$projectname> > > SetHandler mod_python > > PythonHandler trac.web.modpython_frontend > > PythonOption TracEnvParentDir > > /var/projects/$projectname/trac PythonOption TracUriRoot > > /trac/$projectname > > </Location> > > > > <LocationMatch "/trac/$projectname/[^/]+/login"> > > AuthType Basic > > AuthName "$projectname" > > AuthUserFile > > /var/projects/$projectname/$projectname.passwd Require valid-user > > </LocationMatch> > > </Macro> > > Is this really what you want? Do you have multiple projects under the > /var/projects directory? or do you have multiple projects under the > /var/projects/$projectname/trac directory?
Yes I do. There are multiple Trac projects under each /var/projects/$projectname/trac/ As I said, it's a complex setup. :-) Thanks, Michael. _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
