Edgewall Software

Changes between Version 29 and Version 30 of TracFastCgi


Ignore:
Timestamp:
May 5, 2006, 7:03:15 AM (18 years ago)
Author:
jaboydjr@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v29 v30  
    4545difficult to support multiple projects.
    4646
    47 A better method which works for both of these modules (and for `lighttpd` and
    48 CGI as well), because it involves no server configuration settings for
    49 environment variables, is to set one of these variables in `trac.fcgi`, e.g.:
     47A better method which works for both of these modules (and for  [http://www.lighttpd.net/ lighttpd] and CGI as well), because it involves
     48no server configuration settings for environment variables, is to set one
     49of the variables in `trac.fcgi`, e.g.:
    5050{{{
    5151import os
     
    5959
    6060Using this method, different projects can be supported by using different
    61 `.cgi` scripts with different `ScriptAliases`, copying and appropriately
     61`.fcgi` scripts with different `ScriptAliases`, copying and appropriately
    6262renaming `trac.fcgi` and adding the above code to create each such script.
    6363