Changes between Version 11 and Version 12 of TracStandalone


Ignore:
Timestamp:
Jan 31, 2022, 2:40:56 PM (2 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v11 v12  
    207207             [-a DIGESTAUTH | --basic-auth BASICAUTH] [-p PORT] [-b HOSTNAME]
    208208             [--protocol {http,https,scgi,ajp,fcgi}] [--certfile CERTFILE]
    209              [--keyfile KEYFILE] [-q] [--base-path BASE_PATH] [--http10 | --http11]
    210              [-r | -d] [--pidfile PIDFILE] [--umask MASK] [--group GROUP] [--user USER]
    211              [envs [envs ...]]
     209             [--keyfile KEYFILE] [-q] [--base-path BASE_PATH]
     210             [--http10 | --http11] [-r | -d] [--pidfile PIDFILE] [--umask MASK]
     211             [--group GROUP] [--user USER]
     212             [envs ...]
    212213
    213214positional arguments:
     
    231232  --certfile CERTFILE   PEM certificate file for HTTPS
    232233  --keyfile KEYFILE     PEM key file for HTTPS
    233   -q, --unquote         unquote PATH_INFO (may be needed when using the ajp protocol)
     234  -q, --unquote         unquote PATH_INFO (may be needed when using the ajp
     235                        protocol)
    234236  --base-path BASE_PATH
    235237                        the initial portion of the request URL's "path"
     
    239241  -d, --daemonize       run in the background as a daemon
    240242  --pidfile PIDFILE     file to write pid when daemonizing
    241   --umask MASK          when daemonizing, file mode creation mask to use, in octal
    242                         notation (default: 022)
     243  --umask MASK          when daemonizing, file mode creation mask to use, in
     244                        octal notation (default: 022)
    243245  --group GROUP         the group to run as
    244246  --user USER           the user to run as