Edgewall Software

Changes between Version 72 and Version 73 of TracStandalone


Ignore:
Timestamp:
Sep 26, 2009, 2:12:30 AM (15 years ago)
Author:
Remy Blank
Comment:

Removed request for clarification. Please use the MailingList for questions.

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v72 v73  
    7676tracd -p 8080 --basic-auth=environmentname,/fullpath/environmentname/.htpasswd,/fullpath/environmentname /fullpath/environmentname
    7777}}}
    78 
    79 What is environmentname? I have looked in my trac.ini and there is no environmentname, there is a project name. Is project name the same as environment name? Are the two interchangeable? Looking at the directory structure created for my project I don't have a sub directory for the environment name (what ever that may be - if I have read your documentation correctly it is the same as the project name). So how can I link to an .htpaswd file that is not there?
    80 
    8178
    8279Tracd provides support for both Basic and Digest authentication. The default is to use Digest; to use Basic authentication, replace `--auth` with `--basic-auth` in the examples below. (You must still specify a dialogic "realm", which can be an empty string by trailing the BASICAUTH with a comma.)