Edgewall Software

Changes between Version 92 and Version 93 of TracFastCgi


Ignore:
Timestamp:
Apr 9, 2017, 7:04:49 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Tip on setting up PYTHON_EGG_CACHE, taken from TracPlugins page.

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v92 v93  
    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