close
Warning:
Error with navigation contributor "LoginModule"
- Timestamp:
-
Apr 26, 2012, 4:07:51 PM (14 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 2 | 2 | |
| 3 | 3 | [[TracGuideToc]] |
| | 4 | [[PageOutline]] |
| 4 | 5 | |
| 5 | 6 | Trac configuration is done by editing the '''`trac.ini`''' config file, located in `<projectenv>/conf/trac.ini`. Changes to the configuration are usually reflected immediately, though changes to the `[components]` or `[logging]` sections will require restarting the web server. You may also need to restart the web server after creating a global configuration file when none was previously present. |
| 6 | 7 | |
| 7 | | The `trac.ini` configuration file should be writable by the web server, as Trac currently relies on the possibility to trigger a complete environment reload to flush its caches. |
| | 8 | The `trac.ini` configuration file and its parent directory should be writable by the web server, as Trac currently relies on the possibility to trigger a complete environment reload to flush its caches. |
| 8 | 9 | |
| 9 | 10 | == Global Configuration == |
| … |
… |
|
| 50 | 51 | |
| 51 | 52 | See also: TracPlugins |
| | 53 | |
| | 54 | === [extra-permissions] === #extra-permissions-section |
| | 55 | ''(since 0.12)'' |
| | 56 | |
| | 57 | Custom additional permissions can be defined in this section when [wiki:ExtraPermissionsProvider] is enabled. |
| 52 | 58 | |
| 53 | 59 | === [milestone-groups] === #milestone-groups-section |