iistracmod-pythonisapi-redirect

How do you run Trac on a public server?


Since the TFS is too big for our project, we want to use subversion and Trac. The hosting environment is Windows 2003 and IIS.

There are some options:

  1. Run tracd
  2. Run Apache with mod_python
  3. Run tracd with AJP Protocol and the isapi-redirector

We tend to integrate Trac with IIS and the isapi-redirector. What would you suggest?


Solution

  • You are asking two questions, how do I run it and what would I suggest.

    1. I run it with Apache.
    2. I suggest doing it that way (no surprise).

    I feel that running with a web server gives you more flexibility and running with Apache gives you more portability.

    On the other hand, the fact of running it is more important than how you do so.

    Cheers, Glenn