Edgewall Software

Changes between Version 6 and Version 7 of TracFastCgi


Ignore:
Timestamp:
May 18, 2005, 6:12:00 AM (19 years ago)
Author:
Matthew Good
Comment:

grammar fix

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v6 v7  
    11= Trac and FastCGI =
    22
    3 They're 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.
     3There is 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.
    44
    55== Simple Apache configuration ==
     
    88# if using a distro package for mod_fcgi, something like this is probably already done
    99<IfModule mod_fastcgi.c>
    10      AddHandler fastcgi-script .fcgi
    11      FastCgiIpcDir /var/lib/apache2/fastcgi
     10     AddHandler fastcgi-script .fcgi
     11     FastCgiIpcDir /var/lib/apache2/fastcgi
    1212</IfModule>
    1313LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so