On Monday, November 25, 2013 1:33:38 PM UTC-8, Wayne Taylor wrote: > > I have a standalone project that uses basic authentication. > > I didn't expect more than one project to ever use my simple Trac system, > then my company bought 5 more companies and >
> my boss wants everyone to use Trac, > That's a smart boss! > but he wants different projects. > > My first install uses: > > > //var/trac > > as the environment. > > I think I want to setup environment as: > > //var/trac_m > > and then create a folder for each project under //trac_m. > > I currently use htpasswd to manage all the passwords. It exists as: > /var/trac/.htpasswd > > How do I migrate, alter, add my setup to include two or more projects? > The exact on which web server you are running, and whether you want an htpassd file for each project, or to share a single htpasswd file with all projects. Typically though, you provide some sort of parent directory directive that would point to /var/trac_m in your case. You might take a look here: http://trac.edgewall.org/wiki/TracMultipleProjects If you are running Apache with mod_wsgi, the necessary changes should be covered by: http://trac.edgewall.org/wiki/TracAuthenticationIntroduction#BasicAuthentication http://trac.edgewall.org/wiki/TracModWSGI#UsingBasicAuthentication https://code.google.com/p/modwsgi/wiki/IntegrationWithTrac -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
