Changes between Version 4 and Version 5 of TracFastCgi


Ignore:
Timestamp:
02/12/18 07:40:22 (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