Edgewall Software

Changes between Version 82 and Version 83 of TracStandalone


Ignore:
Timestamp:
Jun 18, 2010, 4:47:13 PM (14 years ago)
Author:
Christian Boos
Comment:

added a #Reference section, dumping tracd --help

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v82 v83  
    219219and manually delete " -" from the end and add "${user}:trac:" to the start of line from 'to-file'.
    220220
     221== Reference ==
     222
     223Here's the online help, as a reminder (`tracd --help`):
     224{{{
     225Usage: tracd [options] [projenv] ...
     226
     227Options:
     228  --version             show program's version number and exit
     229  -h, --help            show this help message and exit
     230  -a DIGESTAUTH, --auth=DIGESTAUTH
     231                        [projectdir],[htdigest_file],[realm]
     232  --basic-auth=BASICAUTH
     233                        [projectdir],[htpasswd_file],[realm]
     234  -p PORT, --port=PORT  the port number to bind to
     235  -b HOSTNAME, --hostname=HOSTNAME
     236                        the host name or IP address to bind to
     237  --protocol=PROTOCOL   http|scgi|ajp
     238  -q, --unquote         unquote PATH_INFO (may be needed when using ajp)
     239  --http10              use HTTP/1.0 protocol version (default)
     240  --http11              use HTTP/1.1 protocol version instead of HTTP/1.0
     241  -e PARENTDIR, --env-parent-dir=PARENTDIR
     242                        parent directory of the project environments
     243  --base-path=BASE_PATH
     244                        the initial portion of the request URL's "path"
     245  -r, --auto-reload     restart automatically when sources are modified
     246  -s, --single-env      only serve a single project without the project list
     247}}}
     248
    221249== Tips ==
    222250