[Trac-tickets] [The Trac Project] #1782: Allow IIS users to setup
Trac for multiple projects
The Trac Project
noreply at edgewall.com
Mon Jul 11 13:34:02 CDT 2005
#1782: Allow IIS users to setup Trac for multiple projects
---------------------+------------------------------------------------------
Id: 1782 | Status: new
Component: general | Modified: Mon Jul 11 13:34:02 2005
Severity: normal | Milestone: 0.9
Priority: normal | Version: 0.8.4
Owner: jonas | Reporter: markus
---------------------+------------------------------------------------------
Although "real" support for multiple projects (like scheduled for
milestone:2.0) will be a big step forward the way described in
TracMultipleProjects satisfies most needs.[[BR]]
Unfortunately setting up different TRAC_ENVs for several locations isn't
possible with IIS (IIS doesn't pass the environment variable correctly
anyway).[[BR]]
Therefore my question is if we could already pass env_path from trac.cgi
to cgi_frontend.open_environment (see patch).[[BR]]
In this case IIS users could set up a virtual host for every project and
let it point to a path inside trac's home directory, say C:\Program
Files\Python\share\trac\proj1, ..\proj2, etc. In these project directories
you'd only have to copy your customized trac.cgi (with corresponding
TRAC_ENV).[[BR]]
This patch should not affect Apache users at all but it should give IIS
users the opportunity to use Trac with multiple projects!
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1782>
The Trac Project <>
More information about the Trac-Tickets
mailing list