Edgewall Software

Changes between Version 32 and Version 33 of TracOnWindowsIis6


Ignore:
Timestamp:
Oct 27, 2008, 11:39:03 AM (16 years ago)
Author:
Wilfred Berger <wilfred.berger@…>
Comment:

My comment of friday was extended and made a separate page

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsIis6

    v32 v33  
    99Note 1: Before continuing to set up Trac to run using IIS6, be warned that python running under IIS6 is painfully slow. It is recommended that the use of [source:trunk/README.tracd#latest tracd] be used for performance reasons. See http://lazutkin.com/blog/2006/feb/18/setting-tools-windows/ -> Section "Trac" -> Step 4. This results in a ''significant'' performance boost over CGI.
    1010----
    11 Comment from W.Berger at Statistisches Landesamt, Stuttgart, Germany:
    12 I thought it was no good idea to use CGI on a Windows system. So I installed [http://trac.saddi.com/flup flup] and then started tracd with --protocol=ajp.
    13 With the [http://tomcat.apache.org/connectors-doc/reference/iis.html AJP Connector from Tomcat] I connected my IIS 6 via AJP to Trac and everything works fine.
     11Comment from W.Berger, Statistisches Landesamt, Stuttgart, Germany:
     12The above may be impossible for some reasons. If you still have to connect Trac to IIS, [trac:TracOnWindowsIisAjp AJP] is a much better solution than CGI.
    1413----
    1514Note 2: This example installs to F: (for extra points, then goes DarkReign hard with a separate application pool and so on.)