Edgewall Software

Changes between Version 70 and Version 71 of TracStandalone


Ignore:
Timestamp:
Aug 14, 2009, 11:43:26 AM (15 years ago)
Author:
sander
Comment:

windows enhancement

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v70 v71  
    7171sudo htpasswd /path/to/env/.htpasswd username2
    7272}}}
    73 then for starting the tracd:
     73then for starting the tracd (on windows skip the "=" after --basic-auth):
    7474{{{
    7575tracd -p 8080 --basic-auth=environmentname,/fullpath/environmentname/.htpasswd,/fullpath/environmentname /fullpath/environmentname
     
    8383  ''Support for Basic authentication was added in version 0.9.''
    8484
    85 The general format for using authentication is:
     85The general format for using authentication is (on windows skip the "=" after --auth):
    8686
    8787{{{
     
    9696 * '''project_path''' path of the project
    9797
    98 Example:
     98Example (on windows skip the "=" after --auth):
    9999
    100100{{{