Edgewall Software

Changes between Version 3 and Version 4 of TracOnWindowsIisIsapi


Ignore:
Timestamp:
Jan 28, 2015, 3:49:11 AM (9 years ago)
Author:
m78mars78@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsIisIsapi

    v3 v4  
    1010 * Trac 0.12
    1111It may work for other versions.
     12
     13-------------------------------
     14Jeremy Mattke, Minneapolis, USA.
     15I was able to do this with:
     16 * Windows 8.1
     17 * Python 2.7
     18 * IIS 8.5
     19 * Trac 1.0
     20------------------------------
    1221
    1322I also haven't tested standard authentication as I use the [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]. I also found this to be significantly faster than the TracOnWindowsIisAjp.
     
    52611. Generate and Install the ISAPI dll using `python trac_wsgi.py install [--server=<IIS Web Site Name>]`. Don't forget to do an `iisreset` whenever the filter is reinstalled.
    5362 * This will automatically create the Virtual Directory, install the ISAPI filter and allow it in Web Service Extensions
    54 1. That's it, everything should work!
     631. That's it, everything should work! NOTE: if you have a problem with trac.web.main being found you need to unzip your eggs in the python/lib/site-packages directory for Trac, Genshi and setuptools
    5564
    5665If there are problems you can enable debugging by inserting the following at the top of `trac_wsgi.py`, reinstalling the ISAPI dll and running `python -m win32traceutil` (will also display TracLogging to `stderr`).