Edgewall Software

Changes between Version 2 and Version 3 of CookBook/Installation/TracOnWindowsIisWfastcgi


Ignore:
Timestamp:
Feb 22, 2015, 4:44:21 AM (9 years ago)
Author:
Jun Omae
Comment:

Use th: intertrac for pages on trac-hacks.org

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Installation/TracOnWindowsIisWfastcgi

    v2 v3  
    66Static content served by IIS rather than through Trac.
    77
    8 Windows Authentication, if you want it, done by IIS, but authorization managed via Permissions in Trac. No need for [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin].
     8Windows Authentication, if you want it, done by IIS, but authorization managed via Permissions in Trac. No need for [th:AccountManagerPlugin].
    99
    1010== What You Need
     
    101101There is some magic here: we configure the FastCGI handler to handle *all* URIs under the virtual directory, but also tell rewrite to edit URIs under <vdir>/chrome.  Somehow, IIS understands that the rewritten URI should not be passed to FastCGI.  But why?
    102102
    103 === Enable Windows authentication, disable anonymous (if you aren't using http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin])
     103=== Enable Windows authentication, disable anonymous (if you aren't using [th:AccountManagerPlugin])
    104104
    105105Trac receives the authenticated user name and greets him/her as a logged in user.