Changes between Version 1 and Version 2 of TracFastCgi


Ignore:
Timestamp:
Jan 13, 2020, 10:53:21 PM (4 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v1 v2  
    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