yoda is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (Repository path '/hepforge/hg/yoda/public/yoda' does not exist.). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of TracFastCgi


Ignore:
Timestamp:
Jul 17, 2018, 2:12:56 PM (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v4 v5  
    4444{{{#!apache
    4545FastCgiConfig -initial-env TRAC_ENV_PARENT_DIR=/parent/dir/of/projects
     46}}}
     47
     48You can also specify the `PYTHON_EGG_CACHE` environment variable using a second `-initial-env` directive:
     49{{{#!apache
     50FastCgiConfig -initial-env TRAC_ENV=/var/lib/trac \
     51    -initial-env PYTHON_EGG_CACHE=/var/lib/trac/plugin-cache
    4652}}}
    4753