close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of TracFastCgi


Ignore:
Timestamp:
Jan 30, 2019, 11:46:28 PM (5 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

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