Edgewall Software

Changes between Version 53 and Version 54 of TracPlugins


Ignore:
Timestamp:
Aug 8, 2008, 1:08:58 PM (16 years ago)
Author:
BUGabundo
Comment:

PythonOption vs SetEnv

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v53 v54  
    120120   SetHandler mod_python
    121121   ...
    122    SetEnv PYTHON_EGG_CACHE /path/to/dir
     122   PythonOption PYTHON_EGG_CACHE /path/to/dir
    123123 </Location>
    124124}}}
    125125
    126126 ''Note: this requires the `mod_env` module''
     127
     128  with some recent python versions the ENV variable shoud be prefixed with PythonOption and not SetEnv
    127129
    128130For [wiki:TracFastCgi FastCGI], you'll need to `-initial-env` option, or whatever is provided by your web server for setting environment variables.
     
    157159=== Is the plugin enabled? ===
    158160
     161
    159162If you install a plugin globally (i.e. ''not'' inside the `plugins` directory of the Trac project environment) you will have to explicitly enable it in [TracIni trac.ini]. Make sure that:
    160163 * you actually added the necessary line(s) to the `[components]` section