Edgewall Software

Changes between Version 37 and Version 38 of TracFastCgi


Ignore:
Timestamp:
Nov 10, 2006, 9:44:07 AM (17 years ago)
Author:
anonymous
Comment:

Note about fgci not available under Windows

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v37 v38  
    22
    33Since version 0.9, Trac supports being run through the [http://www.fastcgi.com/ FastCGI] interface. Like [wiki:TracModPython mod_python], this allows Trac to remain resident, and is faster than external CGI interfaces which must start a new process for each request. However, unlike mod_python, it is able to support [http://httpd.apache.org/docs/suexec.html SuEXEC]. Additionally, it is supported by much wider variety of web servers.
     4
     5{{{
     6#!html
     7<p style="background: #fdc; border: 2px solid #d00; font-style: italic; padding: 0 .5em; margin: 1em 0;">
     8<strong>Note for Windows:</strong> Trac's FCGI does not run under Windows, as Windows does not implement Socket.fromfd, which is used by _fcgi.py
     9</p>
     10}}}
    411
    512== Simple Apache configuration ==