Edgewall Software

Changes between Version 4 and Version 5 of TracFastCgi


Ignore:
Timestamp:
Mar 22, 2005, 2:41:33 PM (19 years ago)
Author:
Mark Rowe
Comment:

Update to reflect addition of FastCGI frontend to trunk.

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v4 v5  
    11= Trac and FastCGI =
    22
    3 There is a patch against r1342 of Trac trunk available adding support for the [http://www.fastcgi.com/ FastCGI] interface. Like TracModPython, this allows trac to remain resident, and is faster than external CGI interfaces which must start a new process for each page view. 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 webservers.
    4 
    5 == The patch ==
    6 
    7  * http://bdash.net.nz/files/trac-fcgi-0.patch
    8  * [http://article.gmane.org/gmane.comp.version-control.subversion.trac.general/2294 Mailing List thread]
     3There support in the Trac trunk as of [1399] for the [http://www.fastcgi.com/ FastCGI] interface. Like TracModPython, this allows trac to remain resident, and is faster than external CGI interfaces which must start a new process for each page view. 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 webservers.
    94
    105== Simple Apache configuration ==
     
    3429}}}
    3530
    36 To use TracFastCgi with lighttpd, add the following to your lighttpd.conf:
     31Using TracFastCgi with lighttpd requires that the patch attached to #1305 be applied.  You can then add the following to your lighttpd.conf:
    3732{{{
    3833fastcgi.server = ("trac.fcgi" => ( "trac.fcgi" => ( "socket" => "/tmp/trac-fastcgi.socket",