I'm a newbie in the bug tracking system world.
I managed to install Trac 0.12 in Windows Server 2003 and was able to serve the project using IIS through an isapi_wsgi extension using the procedure found here: http://trac.edgewall.org/wiki/TracOnWindowsIisIsapi
I installed the Trac project in c:\Trac\Project1
, generated the cgi-bin and htdocs directories and placed them in c:\Trac\Project1\
.
Now I want to create other projects at the same level than Project1 (c:\Trac\Project2
, c:\Trac\Project3
and so on).
How can I change the trac_wsgi.py and use URLs as follows: "http://localhost/Project1
", "http://localhost/Project2
", and so on?
I have basic experience with IIS and no experience at all with Python.
Any help would be appreciated.
Thanks