Edgewall Software

Changes between Version 104 and Version 105 of TracStandalone


Ignore:
Timestamp:
Dec 2, 2012, 1:34:46 AM (11 years ago)
Author:
anonymous
Comment:

clarification of why apache password tools are used when running trac without apache, which was confusing me at first

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v104 v105  
    9494
    9595== Using Authentication ==
     96
     97Tracd 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)
    9698
    9799Tracd 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.