Edgewall Software

Changes between Version 106 and Version 107 of TracStandalone


Ignore:
Timestamp:
May 13, 2013, 1:37:25 PM (11 years ago)
Author:
Christian Boos
Comment:

tip about filesystems timestamp resolution (#11176)

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v106 v107  
    9696
    9797Tracd allows you to run Trac without the need for Apache, but you can take advantage of Apache's password tools (htpasswd and htdigest) to easily create a password file in the proper format for tracd to use in authentication. (It is also possible to create the password file without htpasswd or htdigest; see below for alternatives)
     98
     99Make sure you place the generated password files on a filesystem which supports sub-second timestamps, as Trac will monitor their modified time and changes happening on a filesystem with too coarse-grained timestamp resolution (like `ext2` or `ext3` on Linux) may go undetected.
    98100
    99101Tracd provides support for both Basic and Digest authentication. Digest is considered more secure. The examples below use Digest; to use Basic authentication, replace `--auth` with `--basic-auth` in the command line.