Edgewall Software

Changes between Version 201 and Version 202 of TracIni


Ignore:
Timestamp:
Mar 18, 2015, 10:31:09 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Reorganize introduction.

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v201 v202  
    44[[PageOutline]]
    55
    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.
     6Trac is configured by editing the **`trac.ini`** file, located in the `<projectenv>/conf` directory. The `trac.ini` configuration file and its parent directory should be writable by the web server.
    77
    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.
     8Trac monitors the timestamp of the file to trigger a complete environment reload and flush its caches. Most changes to the configuration will be 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 [#GlobalConfiguration global configuration] file when none was previously present.
    99
    1010== Global Configuration
     
    1313
    1414Global options will be merged with the environment-specific options, where local options override global options. The options file is specified as follows:
    15 {{{
     15{{{#!ini
    1616[inherit]
    1717file = /path/to/global/trac.ini