Edgewall Software

Changes between Version 81 and Version 82 of TracModWSGI


Ignore:
Timestamp:
Dec 6, 2016, 2:01:12 PM (7 years ago)
Author:
anonymous
Comment:

Add precision on the contents of TRAC_ENV_PARENT_DIR

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v81 v82  
    1111A robust and generic version of this file can be created using the `trac-admin <env> deploy <dir>` command which automatically substitutes the required paths, see TracInstall#cgi-bin. The script should be sufficient for most installations and users not wanting more information can proceed to [#Mappingrequeststothescript configuring Apache].
    1212
    13 If you are using Trac with multiple projects, you can specify their common parent directory using the `TRAC_ENV_PARENT_DIR` in trac.wsgi:
     13If you are using Trac with multiple projects, you can specify their common parent directory using the `TRAC_ENV_PARENT_DIR` in trac.wsgi (note that this directory should contain //only// Trac environments, no other sub-directories):
    1414{{{#!python
    1515def application(environ, start_request):