Edgewall Software

Changes between Version 1 and Version 2 of 1.3/TracStandalone


Ignore:
Timestamp:
Jul 31, 2017, 7:08:32 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Update using tracd --help.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracStandalone

    v1 v2  
    200200Here's the online help, as a reminder (`tracd --help`):
    201201{{{
    202 Usage: tracd [options] [projenv] ...
    203 
    204 Options:
     202usage: tracd [-h] [--version] [-e PARENTDIR | -s]
     203             [-a DIGESTAUTH | --basic-auth BASICAUTH] [-p PORT] [-b HOSTNAME]
     204             [--protocol {http,scgi,ajp,fcgi}] [-q] [--base-path BASE_PATH]
     205             [--http10 | --http11] [-r | -d] [--pidfile PIDFILE]
     206             [--umask MASK] [--group GROUP] [--user USER]
     207             [envs [envs ...]]
     208
     209positional arguments:
     210  envs                  path of the project environment(s)
     211
     212optional arguments:
     213  -h, --help            show this help message and exit
    205214  --version             show program's version number and exit
    206   -h, --help            show this help message and exit
    207   -a DIGESTAUTH, --auth=DIGESTAUTH
     215  -e PARENTDIR, --env-parent-dir PARENTDIR
     216                        parent directory of the project environments
     217  -s, --single-env      only serve a single project without the project list
     218  -a DIGESTAUTH, --auth DIGESTAUTH
    208219                        [projectdir],[htdigest_file],[realm]
    209   --basic-auth=BASICAUTH
     220  --basic-auth BASICAUTH
    210221                        [projectdir],[htpasswd_file],[realm]
    211   -p PORT, --port=PORT  the port number to bind to
    212   -b HOSTNAME, --hostname=HOSTNAME
     222  -p PORT, --port PORT  the port number to bind to
     223  -b HOSTNAME, --hostname HOSTNAME
    213224                        the host name or IP address to bind to
    214   --protocol=PROTOCOL   http|scgi|ajp|fcgi
    215   -q, --unquote         unquote PATH_INFO (may be needed when using ajp)
    216   --http10              use HTTP/1.0 protocol version instead of HTTP/1.1
    217   --http11              use HTTP/1.1 protocol version (default)
    218   -e PARENTDIR, --env-parent-dir=PARENTDIR
    219                         parent directory of the project environments
    220   --base-path=BASE_PATH
     225  --protocol {http,scgi,ajp,fcgi}
     226                        the server protocol (default: http)
     227  -q, --unquote         unquote PATH_INFO (may be needed when using the ajp
     228                        protocol)
     229  --base-path BASE_PATH
    221230                        the initial portion of the request URL's "path"
     231  --http10              use HTTP/1.0 protocol instead of HTTP/1.1
     232  --http11              use HTTP/1.1 protocol (default)
    222233  -r, --auto-reload     restart automatically when sources are modified
    223   -s, --single-env      only serve a single project without the project list
    224234  -d, --daemonize       run in the background as a daemon
    225   --pidfile=PIDFILE     when daemonizing, file to which to write pid
    226   --umask=MASK          when daemonizing, file mode creation mask to use, in
    227                         octal notation (default 022)
    228   --group=GROUP         the group to run as
    229   --user=USER           the user to run as
     235  --pidfile PIDFILE     file to write pid when daemonizing
     236  --umask MASK          when daemonizing, file mode creation mask to use, in
     237                        octal notation (default: 022)
     238  --group GROUP         the group to run as
     239  --user USER           the user to run as
    230240}}}
    231241