Edgewall Software

Changes between Version 54 and Version 55 of TracPlugins


Ignore:
Timestamp:
Aug 27, 2008, 12:56:46 PM (16 years ago)
Author:
ip.3754@…
Comment:

Use of SetEnv for mod_python explained.

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v54 v55  
    124124}}}
    125125
    126  ''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
     126 ''Note: SetEnv requires the `mod_env` module which needs to be activated for Apache. In this case the SetEnv directive can also be used in the mod_python Location block.''
    129127
    130128For [wiki:TracFastCgi FastCGI], you'll need to `-initial-env` option, or whatever is provided by your web server for setting environment variables.