Edgewall Software

Changes between Version 13 and Version 14 of TracPlugins


Ignore:
Timestamp:
Nov 3, 2005, 1:46:16 AM (19 years ago)
Author:
markus
Comment:

Note about plugin cache setup on web servers other than Apache

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v13 v14  
    7272}}}
    7373
     74If your web server does not support the `SetEnv` directive, put this
     75{{{
     76os.environ['PYTHON_EGG_CACHE'] = '/path/to/dir'
     77}}}
     78into `CGIRequest.__init__()` inside `cgi_frontend.py`.
     79
    7480For [wiki:TracFastCgi FastCGI], you'll need to `-initial-env` option, or whatever is provided by your web server for setting environment variables.
    7581