close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 17, 2018, 2:11:51 PM (6 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
44 | 44 | {{{#!apache |
45 | 45 | FastCgiConfig -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 |
46 | 52 | }}} |
47 | 53 | |