On Friday, April 5, 2019 at 5:16:41 PM UTC-4, pcottrill wrote: > > Thanks for the quick reply. > > We are actually using apache with mod_python. > > Does that make a difference in your response? > > > > -- Patty >
The idea is the same. If you have all Trac sites running under same Python interpreter instance, plugins will be shared. I think you could use either a different VirtualHost directive for each environment, or maybe even just a different Location directive: https://trac.edgewall.org/wiki/TracModPython#VirtualHostConfiguration I would try to add a different configuration section for each Trac site, i.e. <Location /Project_a> ... - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
