This is an automatically generated reference list of the uWSGI options.
It is the same output you can get via the --help
option.
This page is probably the worst way to understand uWSGI for newbies. If you are still learning how the project works, you should read the various quickstarts and tutorials.
Each option has the following attributes:
- argument: it is the struct option (used by getopt()/getopt_long()) has_arg element. Can be 'required_argument', 'no_argument' or 'optional_argument'
- shortcut: some option can be specified with the short form (a dash followed by a single letter)
- parser: this is how uWSGI parses the parameter. There are dozens of way, the most common are 'uwsgi_opt_set_str' when it takes a simple string, 'uwsgi_opt_set_int' when it takes a 32bit number, 'uwsgi_opt_add_string_list' when the parameter can be specified multiple times to build a list.
- help: the help message, the same you get from
uwsgi --help
- reference: a link to a documentation page that gives better understanding and context of an option
You can add more detailed infos to this page, editing https://github.com/unbit/uwsgi-docs/blob/master/optdefs.pl (please, double check it before sending a pull request)
argument
: required_argument
shortcut
: -s
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using default protocol
argument
: required_argument
shortcut
: -s
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using uwsgi protocol
argument
: required_argument
parser
: uwsgi_opt_add_ssl_socket
help
: bind to the specified UNIX/TCP socket using uwsgi protocol over SSL
argument
: required_argument
parser
: uwsgi_opt_add_ssl_socket
help
: bind to the specified UNIX/TCP socket using uwsgi protocol over SSL
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using HTTP protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier1 when using HTTP protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier2 when using HTTP protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using HTTP 1.1 (Keep-Alive) protocol
argument
: required_argument
parser
: uwsgi_opt_add_ssl_socket
help
: bind to the specified UNIX/TCP socket using HTTPS protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier1 when using HTTPS protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier2 when using HTTPS protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using FastCGI protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using FastCGI protocol (nph mode)
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier1 when using FastCGI protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier2 when using FastCGI protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using SCGI protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using SCGI protocol (nph mode)
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier1 when using SCGI protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier2 when using SCGI protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket_no_defer
help
: bind to the specified UNIX/TCP socket using RAW protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier1 when using RAW protocol
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: force the specified modifier2 when using RAW protocol
argument
: required_argument
parser
: uwsgi_opt_add_socket
help
: bind to the specified UNIX/TCP socket using persistent uwsgi protocol (puwsgi)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force the specified protocol for default sockets
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force the specified protocol for default sockets
argument
: required_argument
parser
: uwsgi_opt_add_shared_socket
help
: create a shared socket for advanced jailing or ipc
argument
: required_argument
parser
: uwsgi_opt_add_shared_socket
help
: create a shared socket for advanced jailing or ipc (undeferred mode)
argument
: required_argument
shortcut
: -p
parser
: uwsgi_opt_set_int
help
: spawn the specified number of workers/processes
argument
: required_argument
shortcut
: -p
parser
: uwsgi_opt_set_int
help
: spawn the specified number of workers/processes
argument
: no_argument
parser
: uwsgi_opt_true
help
: serialize accept() usage (if possible)
reference
: :doc:`articles/SerializingAccept`
argument
: required_argument
shortcut
: -t
parser
: uwsgi_opt_set_int
help
: set harakiri timeout
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable verbose mode for harakiri
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not enable harakiri during after-request-hook
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not enable harakiri during after-request-hook
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not enable harakiri during after-request-hook
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set backtrace depth
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set harakiri timeout for mule tasks
argument
: required_argument
shortcut
: -x
parser
: uwsgi_opt_load_xml
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from xml file
argument
: required_argument
shortcut
: -x
parser
: uwsgi_opt_load_xml
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from xml file
argument
: required_argument
parser
: uwsgi_opt_load_config
flags
: UWSGI_OPT_IMMEDIATE
help
: load configuration using the pluggable system
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_IMMEDIATE
help
: re-exec uwsgi with the specified config when exit code is 1
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_IMMEDIATE
help
: enable strict mode (placeholder cannot be used)
argument
: no_argument
parser
: uwsgi_opt_true
help
: skip check of file descriptor 0
argument
: no_argument
parser
: uwsgi_opt_true
help
: skip atexit hooks (ignored by the master)
argument
: no_argument
parser
: uwsgi_opt_true
help
: skip atexit teardown (ignored by the master)
argument
: required_argument
shortcut
: -S
parser
: uwsgi_opt_set_placeholder
flags
: UWSGI_OPT_IMMEDIATE
help
: set a placeholder or an option
argument
: required_argument
parser
: uwsgi_opt_set_placeholder
flags
: UWSGI_OPT_IMMEDIATE
help
: set a placeholder
argument
: required_argument
parser
: uwsgi_opt_set_placeholder
flags
: UWSGI_OPT_IMMEDIATE
help
: set a placeholder
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_NO_INITIAL
help
: print the specified option value and exit
argument
: required_argument
parser
: uwsgi_opt_add_custom_option
flags
: UWSGI_OPT_IMMEDIATE
help
: declare a new uWSGI custom option
reference
: :doc:`CustomOptions`
argument
: required_argument
parser
: uwsgi_opt_add_custom_option
help
: declare a new uWSGI custom option (non-immediate)
argument
: required_argument
parser
: uwsgi_opt_resolve
flags
: UWSGI_OPT_IMMEDIATE
help
: place the result of a dns query in the specified placeholder, sytax: placeholder=name (immediate option)
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) for cycle
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) for cycle (expand glob)
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) for cycle (expand the specified num to a list starting from 1)
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) for cycle (expand the specified file to a list of lines)
argument
: optional_argument
parser
: uwsgi_opt_noop
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) end for cycle
argument
: optional_argument
parser
: uwsgi_opt_noop
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) end for cycle
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for option
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for option
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for environment variable
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for environment variable
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for environment variable
argument
: no_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for reload
argument
: no_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for reload
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for hostname
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for hostname
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) try to match hostname against a regular expression
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) try to match hostname against a regular expression
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for file/directory existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for file/directory existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for file/directory existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for plugin
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for plugin
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for plugin
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for file existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for file existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for directory existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for directory existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for directory existance
argument
: required_argument
parser
: uwsgi_opt_logic
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) check for directory existance
argument
: optional_argument
parser
: uwsgi_opt_noop
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) end if
argument
: optional_argument
parser
: uwsgi_opt_noop
flags
: UWSGI_OPT_IMMEDIATE
help
: (opt logic) end if
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_IMMEDIATE
help
: set options blacklist context
argument
: no_argument
parser
: uwsgi_opt_set_null
flags
: UWSGI_OPT_IMMEDIATE
help
: clear options blacklist context
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_IMMEDIATE
help
: set options whitelist context
argument
: no_argument
parser
: uwsgi_opt_set_null
flags
: UWSGI_OPT_IMMEDIATE
help
: clear options whitelist context
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not report (annoying) SIGPIPE
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not report (annoying) write()/writev() errors
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the maximum number of allowed write errors (default: no tolerance)
argument
: no_argument
parser
: uwsgi_opt_true
help
: only raise an exception on write errors giving control to the app itself
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable exception generation on write()/writev()
argument
: required_argument
parser
: uwsgi_opt_load
help
: use the specified file as config template
argument
: required_argument
parser
: uwsgi_opt_load
flags
: UWSGI_OPT_IMMEDIATE
help
: include the specified file as immediate configuration
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_IMMEDIATE
help
: inject a text file before the config file (advanced templating)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_IMMEDIATE
help
: inject a text file after the config file (advanced templating)
argument
: required_argument
shortcut
: -d
parser
: uwsgi_opt_set_str
help
: daemonize uWSGI
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: daemonize uWSGI after app loading
argument
: required_argument
parser
: uwsgi_opt_pidfile_signal
flags
: UWSGI_OPT_IMMEDIATE
help
: stop an instance
argument
: required_argument
parser
: uwsgi_opt_pidfile_signal
flags
: UWSGI_OPT_IMMEDIATE
help
: reload an instance
argument
: required_argument
parser
: uwsgi_opt_pidfile_signal
flags
: UWSGI_OPT_IMMEDIATE
help
: pause an instance
argument
: required_argument
parser
: uwsgi_opt_pidfile_signal
flags
: UWSGI_OPT_IMMEDIATE
help
: suspend an instance
argument
: required_argument
parser
: uwsgi_opt_pidfile_signal
flags
: UWSGI_OPT_IMMEDIATE
help
: resume an instance
argument
: required_argument
parser
: uwsgi_opt_connect_and_read
flags
: UWSGI_OPT_IMMEDIATE
help
: connect to a socket and wait for data from it
argument
: required_argument
parser
: uwsgi_opt_extract
flags
: UWSGI_OPT_IMMEDIATE
help
: fetch/dump any supported address to stdout
argument
: required_argument
shortcut
: -l
parser
: uwsgi_opt_set_int
help
: set the socket listen queue size
argument
: required_argument
shortcut
: -v
parser
: uwsgi_opt_max_vars
help
: set the amount of internal iovec/vars structures
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of per-worker applications
argument
: required_argument
shortcut
: -b
parser
: uwsgi_opt_set_64bit
help
: set internal buffer size
Set the max size of a request (request-body excluded), this generally maps to the size of request headers. By default it is 4k. If you receive a bigger request (for example with big cookies or query string) you may need to increase it. It is a security measure too, so adapt to your app needs instead of maxing it out.
argument
: no_argument
shortcut
: -m
parser
: uwsgi_opt_true
help
: enable memory report
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: enable the specified profiler
argument
: no_argument
shortcut
: -c
parser
: uwsgi_opt_true
help
: force CGI-mode for plugins supporting it
argument
: no_argument
shortcut
: -a
parser
: uwsgi_opt_true
help
: force UNIX socket in abstract mode (Linux only)
argument
: optional_argument
shortcut
: -C
parser
: uwsgi_opt_chmod_socket
help
: chmod-socket
argument
: optional_argument
shortcut
: -C
parser
: uwsgi_opt_chmod_socket
help
: chmod-socket
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: chown unix sockets
argument
: required_argument
parser
: uwsgi_opt_set_umask
flags
: UWSGI_OPT_IMMEDIATE
help
: set umask
argument
: no_argument
parser
: uwsgi_opt_true
help
: put socket in freebind mode
set the IP_FREEBIND flag to every socket created by uWSGI. This kind of socket can bind to non-existent ip addresses. Its main purpose is for high availability (this is Linux only)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: map sockets to specific workers
argument
: no_argument
shortcut
: -T
parser
: uwsgi_opt_true
help
: enable threads
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not wait for threads cancellation on quit/reload
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically set processes name to something meaningful
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_PROCNAME
help
: add a prefix to the process names
argument
: required_argument
parser
: uwsgi_opt_set_str_spaced
flags
: UWSGI_OPT_PROCNAME
help
: add a spaced prefix to the process names
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_PROCNAME
help
: append a string to process names
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_PROCNAME
help
: set process names
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_PROCNAME
help
: set master process name
argument
: no_argument
shortcut
: -i
parser
: uwsgi_opt_true
help
: do not use multiple interpreters (where available)
argument
: no_argument
parser
: uwsgi_opt_true
help
: exit if no app can be loaded
argument
: no_argument
shortcut
: -M
parser
: uwsgi_opt_true
help
: enable master process
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not remap stdin to /dev/null
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the Emperor
reference
: :doc:`Emperor`
The Emperor is a special uWSGI instance aimed at governing other uWSGI instances (named: vassals). By default it is configured to monitor a directory containing valid uWSGI config files, whenever a file is created a new instance is spawned, when the file is touched the instance is reloaded, when the file is removed the instance is destroyed. It can be extended to support more paradigms
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force the vassal to became an Emperor proxy
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set a binary wrapper for vassals
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not follow symlinks when checking for mtime
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the Emperor process name
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the Emperor scan frequency (default 3 seconds)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the Emperor tolerance about heartbeats
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the Emperor tolerance about cursed vassals
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: write the Emperor pid in the specified file
argument
: no_argument
parser
: uwsgi_opt_true
help
: put the Emperor in Tyrant mode
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not follow symlinks when checking for uid/gid in Tyrant mode
argument
: no_argument
parser
: uwsgi_opt_true
help
: add additional groups set via initgroups() in Tyrant mode
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the Emperor stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the Emperor stats server
argument
: no_argument
parser
: uwsgi_opt_true
help
: spawn the emperor as soon as possibile
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: run the emperor in BroodLord mode
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set throttling level (in milliseconds) for bad behaving vassals (default 1000)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set max throttling level (in milliseconds) for bad behaving vassals (default 3 minutes)
argument
: no_argument
parser
: uwsgi_opt_true
help
: prefix vassals config files with exec:// if they have the executable bit
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: search for text file (vassal name + extension) containing the on demand socket name
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: search for text file (vassal name + extension) containing the on demand socket name
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: enable on demand mode binding to the unix socket in the specified directory named like the vassal + .socket
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: enable on demand mode binding to the unix socket in the specified directory named like the vassal + .socket
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: use the output of the specified command as on demand socket name (the vassal name is passed as the only argument)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: allows the specified extension in the Emperor (vassal will be called with --config)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: allows the specified extension in the Emperor (vassal will be called with --config)
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable Emperor blacklisting subsystem
argument
: required_argument
parser
: uwsgi_opt_set_unshare
help
: use clone() instead of fork() passing the specified unshare() flags
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: connect to the specified fork server instead of using plain fork() for new vassals
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: use plain fork() for the specified vassal (instead of a fork-server)
argument
: no_argument
parser
: uwsgi_opt_true
help
: force the Emperor to be a sub-reaper (if supported)
argument
: required_argument
parser
: uwsgi_opt_set_emperor_cap
help
: set vassals capability
argument
: required_argument
parser
: uwsgi_opt_set_emperor_cap
help
: set vassals capability
argument
: required_argument
parser
: uwsgi_opt_set_emperor_cap
help
: set vassals capability
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: collect the specified vassal attribute from imperial monitors
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: collect the specified vassal attribute from imperial monitors
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the vassal's attribute to get when checking for fork-server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the vassal's attribute to get when checking for fork-wrapper
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the vassal's attribute to get when checking for chdir
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled imperial monitors
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled imperial monitors
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add config templates to vassals config (uses --inherit)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: include config templates to vassals config (uses --include instead of --inherit)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add config templates to vassals config (uses --inherit, parses before the vassal file)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: include config templates to vassals config (uses --include instead of --inherit, parses before the vassal file)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command before each vassal starts
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command after vassal's death
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: ask emperor for reinforcement when overloaded
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: ask emperor for sos if backlog queue has more items than the value specified
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: automatically set the specified option (via --set) for every vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: automatically set the specified option (via --set) for every vassal
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: announce healthiness to the emperor
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: enable Zeus mode
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum time (in seconds) we wait for workers and other processes to die during reload/shutdown
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum time (in seconds) a worker can take to reload/shutdown (default is 60)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum time (in seconds) a mule can take to reload/shutdown (default is 60)
argument
: no_argument
parser
: uwsgi_opt_true
help
: force exit even if a reload is requested
argument
: no_argument
parser
: uwsgi_opt_deprecated
help
: exit instead of brutal reload on SIGTERM (no more needed)
argument
: no_argument
parser
: uwsgi_opt_true
help
: force the spawn of the first registered gateway without a master
argument
: no_argument
shortcut
: -h
parser
: uwsgi_help
flags
: UWSGI_OPT_IMMEDIATE
help
: show this help
argument
: no_argument
shortcut
: -h
parser
: uwsgi_help
flags
: UWSGI_OPT_IMMEDIATE
help
: show this help
argument
: required_argument
parser
: uwsgi_print_sym
flags
: UWSGI_OPT_IMMEDIATE
help
: print content of the specified binary symbol
argument
: required_argument
parser
: uwsgi_print_sym
flags
: UWSGI_OPT_IMMEDIATE
help
: print content of the specified binary symbol
argument
: no_argument
shortcut
: -r
parser
: uwsgi_opt_true
help
: call waitpid(-1,...) after each request to get rid of zombies
argument
: required_argument
shortcut
: -R
parser
: uwsgi_opt_set_64bit
help
: reload workers after the specified amount of managed requests
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: add (worker_id * delta) to the max_requests value of each worker
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: number of seconds worker must run before being reloaded (default is 60)
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: reload workers after the specified amount of seconds (default is disabled)
argument
: required_argument
shortcut
: -z
parser
: uwsgi_opt_set_int
help
: set internal sockets timeout
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable file descriptor passing
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: create the specified number of shared locks
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the lock engine
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the ipcsem key via ftok() for avoiding duplicates
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not remove ipcsem's on shutdown
argument
: required_argument
shortcut
: -A
parser
: uwsgi_opt_add_string_list
help
: create a raw shared memory area of specified pages (note: it supports keyval too)
reference
: :doc:`SharedArea`
argument
: required_argument
parser
: uwsgi_opt_safe_fd
help
: do not close the specified file descriptor
argument
: required_argument
parser
: uwsgi_opt_safe_fd
help
: do not close the specified file descriptor
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: create a shared cache containing given elements
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set cache blocksize
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: enable persistent cache to disk
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set frequency of sync for persistent cache
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable auto sweep of expired items
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the frequency of cache sweeper scans (default 3 seconds)
argument
: no_argument
parser
: uwsgi_opt_true
help
: constantly report the cache item freed by the sweeper (use only for debug)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: bind the cache udp server (used only for set/update/delete) to the specified socket
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: send cache update/deletion to the specified cache udp server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: copy the whole content of another uWSGI cache server on server startup
argument
: no_argument
parser
: uwsgi_opt_true
help
: update last_modified_at timestamp on every cache item modification (default is disabled)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an item in the cache
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a static file in the cache
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a static file in the cache with gzip compression
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: create a new generation shared cache (keyval syntax)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable shared queue
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set queue blocksize
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: enable persistent queue to disk
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set frequency of sync for persistent queue
argument
: required_argument
shortcut
: -Q
parser
: uwsgi_opt_add_spooler
flags
: UWSGI_OPT_MASTER
help
: run a spooler on the specified directory
argument
: required_argument
parser
: uwsgi_opt_add_spooler
flags
: UWSGI_OPT_MASTER
help
: map spoolers requests to a spooler directory managed by an external instance
argument
: no_argument
parser
: uwsgi_opt_true
help
: try to order the execution of spooler tasks
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: chdir() to specified directory before each spooler task
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_IMMEDIATE
help
: set the number of processes for spoolers
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not be verbose with spooler tasks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of tasks to run before recycling a spooler
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set harakiri timeout for spooler tasks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set spooler frequency, default 30 seconds
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set spooler frequency, default 30 seconds
argument
: optional_argument
parser
: uwsgi_opt_add_mule
flags
: UWSGI_OPT_MASTER
help
: add a mule
argument
: required_argument
parser
: uwsgi_opt_add_mules
flags
: UWSGI_OPT_MASTER
help
: add the specified number of mules
argument
: required_argument
parser
: uwsgi_opt_add_farm
flags
: UWSGI_OPT_MASTER
help
: add a mule farm (syntax: <farm_name>:<mule_id>[,<mule_id> ...])
argument
: optional_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set mule message buffer size
argument
: required_argument
parser
: uwsgi_opt_signal
flags
: UWSGI_OPT_IMMEDIATE
help
: send a uwsgi signal to a server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set buffer size for signal queue
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set buffer size for signal queue
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: add a timer (syntax: <signal> <seconds>)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: add a timer (syntax: <signal> <seconds>)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: add a redblack timer (syntax: <signal> <seconds>)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: add a redblack timer (syntax: <signal> <seconds>)
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: maximum number of rpc slots (default: 64)
argument
: no_argument
shortcut
: -L
parser
: uwsgi_opt_false
help
: disable request logging
argument
: required_argument
parser
: uwsgi_opt_flock
flags
: UWSGI_OPT_IMMEDIATE
help
: lock the specified file before starting, exit if locked
argument
: required_argument
parser
: uwsgi_opt_flock_wait
flags
: UWSGI_OPT_IMMEDIATE
help
: lock the specified file before starting, wait if locked
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_IMMEDIATE
help
: lock the specified file after logging/daemon setup, exit if locked
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_IMMEDIATE
help
: lock the specified file after logging/daemon setup, wait if locked
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: create pidfile (before privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: create pidfile (after privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: create safe pidfile (before privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: create safe pidfile (after privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: chroot() to the specified directory
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: pivot_root() to the specified directories (new_root and put_old must be separated with a space)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: pivot_root() to the specified directories (new_root and put_old must be separated with a space)
argument
: required_argument
parser
: uwsgi_opt_set_uid
help
: setuid to the specified user/uid
argument
: required_argument
parser
: uwsgi_opt_set_gid
help
: setgid to the specified group/gid
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add the specified group id to the process credentials
argument
: required_argument
parser
: uwsgi_opt_set_immediate_uid
flags
: UWSGI_OPT_IMMEDIATE
help
: setuid to the specified user/uid IMMEDIATELY
argument
: required_argument
parser
: uwsgi_opt_set_immediate_gid
flags
: UWSGI_OPT_IMMEDIATE
help
: setgid to the specified group/gid IMMEDIATELY
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable additional groups set via initgroups()
argument
: required_argument
parser
: uwsgi_opt_set_cap
help
: set process capability
argument
: required_argument
parser
: uwsgi_opt_set_unshare
help
: unshare() part of the processes and put it in a new namespace
argument
: required_argument
parser
: uwsgi_opt_set_unshare
help
: unshare() part of the processes and put it in a new namespace after rootfs change
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: expose a unix socket returning namespace fds from /proc/self/ns
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: skip the specified entry when sending setns file descriptors
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: skip the specified entry when sending setns file descriptors
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: join a namespace created by an external uWSGI instance
argument
: no_argument
parser
: uwsgi_opt_true
help
: open /proc/self/ns as soon as possible and cache fds
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: suspend the execution after early initialization and fork() at every unix socket connection
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: suspend the execution after early initialization and fork() at every unix socket connection
argument
: no_argument
parser
: uwsgi_opt_true
help
: mark the instance as jailed (force the execution of post_jail hooks)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: put the instance in a FreeBSD jail
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an ipv4 address to the FreeBSD jail
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an ipv6 address to the FreeBSD jail
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: save the jid of a FreeBSD jail in the specified file
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: save the jid of a FreeBSD jail in the specified file
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an option to the FreeBSD jail
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an option to the FreeBSD jail
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: attach to the FreeBSD jail
argument
: no_argument
parser
: uwsgi_opt_true
help
: fork() again after privileges drop. Useful for jailing systems
argument
: no_argument
parser
: uwsgi_opt_true
help
: fork() again after privileges drop. Useful for jailing systems
argument
: no_argument
parser
: uwsgi_opt_true
help
: fork() again before privileges drop. Useful for jailing systems
argument
: no_argument
parser
: uwsgi_opt_true
help
: fork() again before privileges drop. Useful for jailing systems
argument
: no_argument
parser
: uwsgi_opt_true
help
: fork() again after jailing. Useful for jailing systems
argument
: no_argument
parser
: uwsgi_opt_true
help
: fork() again after jailing. Useful for jailing systems
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook as soon as possible
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook before jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook in jail after initialization
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook before privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook before app exit and reload
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook before app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after each fork
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after each worker enter the accepting phase
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after the first worker enters the accepting phase
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after each worker enter the accepting phase (once per-instance)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook after the first worker enters the accepting phase (once per instance)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook when the Master starts
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook when the specified file is touched (syntax: <file> <action>)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook when the Emperor starts
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook when the Emperor send a stop message
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook when the Emperor send a reload message
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook when the Emperor connection is lost
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook whenever a vassal enters on-demand mode
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook whenever the emperor detects a config change for an on-demand vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook before the new vassal is spawned
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook into vassal, before dropping its privileges
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook in the emperor entering vassal namespace
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook in each mule
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified hook in each gateway
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified function/symbol after each request
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified function/symbol after each request
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command as soon as possible
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command before jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command after jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command in jail after initialization
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command before privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command after privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command before app exit and reload
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command before app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command after app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the specified command in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem as soon as possible
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem before jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem after jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem in jail after initialization
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem before privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: mount filesystem in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem as soon as possible
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem before jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem after jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem in jail after initialization
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem before privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unmount filesystem in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified network interface to come up before running root hooks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the timeout for wait-for-interface
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified network interface to come up before running root hooks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the timeout for wait-for-interface
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified network interface to come up before running root hooks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the timeout for wait-for-interface
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified network interface to come up before running root hooks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the timeout for wait-for-interface
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified filesystem item to appear before running root hooks
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified file to appear before running root hooks
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified directory to appear before running root hooks
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: wait for the specified mountpoint to appear before running root hooks
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the timeout for wait-for-fs/file/dir
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function as soon as possible
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function before jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function after jailing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function in jail after initialization
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function before privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function after privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function before app exit and reload
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function before app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function after app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function() before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function(char *, uid_t, gid_t) before exec()ing the vassal
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function() in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function(char *, pid_t) in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified function(char *, pid_t, uid_t, gid_t) in the emperor after the vassal has been started
argument
: required_argument
parser
: uwsgi_opt_load_ini
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from ini file
argument
: required_argument
shortcut
: -y
parser
: uwsgi_opt_load_yml
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from yaml file
argument
: required_argument
shortcut
: -y
parser
: uwsgi_opt_load_yml
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from yaml file
argument
: required_argument
shortcut
: -j
parser
: uwsgi_opt_load_json
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from json file
argument
: required_argument
shortcut
: -j
parser
: uwsgi_opt_load_json
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from json file
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: weight of the instance (used by clustering/lb/subscriptions)
argument
: required_argument
parser
: uwsgi_opt_true
help
: set weight of the instance (used by clustering/lb/subscriptions) automatically
argument
: no_argument
parser
: uwsgi_opt_true
help
: force no-server mode
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_IMMEDIATE
help
: force command mode
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable deferred-accept on sockets
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable TCP NODELAY on each request
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable TCP KEEPALIVEs
argument
: no_argument
parser
: uwsgi_opt_set_int
help
: set SO_SNDTIMEO
argument
: no_argument
parser
: uwsgi_opt_set_int
help
: set SO_SNDTIMEO
argument
: no_argument
parser
: uwsgi_opt_set_int
help
: set SO_SNDTIMEO
argument
: no_argument
parser
: uwsgi_opt_set_int
help
: set SO_SNDTIMEO
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set SO_SNDBUF
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set SO_RCVBUF
argument
: required_argument
parser
: uwsgi_opt_set_megabytes
help
: limit processes address space/vsz
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: limit the number of spawnable processes
argument
: required_argument
parser
: uwsgi_opt_set_megabytes
flags
: UWSGI_OPT_MEMORY
help
: reload if address space is higher than specified megabytes
argument
: required_argument
parser
: uwsgi_opt_set_megabytes
flags
: UWSGI_OPT_MEMORY
help
: reload if rss memory is higher than specified megabytes
argument
: required_argument
parser
: uwsgi_opt_set_megabytes
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_MEMORY
help
: force the master to reload a worker if its address space is higher than specified megabytes
argument
: required_argument
parser
: uwsgi_opt_set_megabytes
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_MEMORY
help
: force the master to reload a worker if its rss memory is higher than specified megabytes
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: reload if the specified file descriptor is ready
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: brutal reload if the specified file descriptor is ready
argument
: optional_argument
parser
: uwsgi_opt_set_int
help
: enable Linux KSM
argument
: no_argument
parser
: uwsgi_opt_pcre_jit
flags
: UWSGI_OPT_IMMEDIATE
help
: enable pcre jit (if available)
argument
: no_argument
parser
: uwsgi_opt_true
help
: lock all memory pages avoiding swapping
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: reload uWSGI if the specified file is modified/touched
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: trigger reload of (only) workers if the specified file is modified/touched
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: trigger chain reload if the specified file is modified/touched
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: trigger logrotation if the specified file is modified/touched
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: trigger log reopen if the specified file is modified/touched
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: run command when the specified file is modified/touched (syntax: file command)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: signal when the specified file is modified/touched (syntax: file signal)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: graceful reload when the specified filesystem object is modified
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: brutal reload when the specified filesystem object is modified
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise a uwsgi signal when the specified filesystem object is modified (syntax: file signal)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: destroy the instance if a filesystem is no more reachable (useful for reliable Fuse management)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: destroy the instance if a filesystem is no more reachable (useful for reliable Fuse management)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: destroy the instance if a filesystem is no more reachable (useful for reliable Fuse management)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: destroy the instance if a filesystem is no more reachable (useful for reliable Fuse management)
argument
: no_argument
parser
: uwsgi_opt_true
help
: over-engineering option for system with flaky signal management
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: limit request body
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically kill workers if master dies (can be dangerous for availability)
argument
: required_argument
parser
: uwsgi_opt_set_rawint
help
: set processes/threads priority
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set cpu affinity
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: enable post buffering
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set buffer size for read() in post buffering mode
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the amount of allowed memory allocation (in megabytes) for request body before starting printing a warning
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: enable creation of .json files in the specified directory during a file upload
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not fallback to default app
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically rewrite SCRIPT_NAME and PATH_INFO
argument
: no_argument
parser
: uwsgi_opt_true
help
: ignore SCRIPT_NAME
argument
: no_argument
parser
: uwsgi_opt_true
help
: report exception as http output (discouraged, use only for testing)
argument
: no_argument
parser
: uwsgi_opt_true
help
: reload a worker when an exception is raised
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: reload a worker when a specific exception type is raised
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: reload a worker when a specific exception value is raised
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: reload a worker when a specific exception type+value (language-specific) is raised
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: add an exception handler
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: enable metrics subsystem
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: add a custom metric
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: add a metric threshold/alarm
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: add a metric threshold/alarm
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: add a metric threshold/alarm
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: export metrics as text files to the specified directory
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: restore last value taken from the metrics dir
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: export metrics as text files to the specified directory
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: restore last value taken from the metrics dir
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_METRICS|UWSGI_OPT_MASTER
help
: disable generation of cores-related metrics
reference
: :doc:`Metrics`
Do not expose metrics of async cores.
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: run the udp server on the specified address
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: enable the stats server on the specified address
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: enable the stats server on the specified address
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: prefix stats server json output with http headers
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: minify statistics json output
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: minify statistics json output
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER|UWSGI_OPT_METRICS
help
: push the stats json to the specified destination
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the default frequency of stats pushers
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the default frequency of stats pushers
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: disable generation of cores-related stats
reference
: :doc:`Metrics`
Do not expose the information about cores in the stats server.
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: do not include metrics in stats output
reference
: :doc:`Metrics`
Do not expose the metrics at all in the stats server.
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: subscribe to specified multicast group
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set multicast ttl
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set multicast loop (default 1)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: enable the master fifo
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: enable the notification socket
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: set the notification socket for subscriptions
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: enable mountpoints support for subscription system
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: enable mountpoints support for subscription system
argument
: required_argument
parser
: uwsgi_opt_legion
flags
: UWSGI_OPT_MASTER
help
: became a member of a legion
argument
: required_argument
parser
: uwsgi_opt_legion_mcast
flags
: UWSGI_OPT_MASTER
help
: became a member of a legion (shortcut for multicast)
argument
: required_argument
parser
: uwsgi_opt_legion_node
flags
: UWSGI_OPT_MASTER
help
: add a node to a legion
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the frequency of legion packets
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the tolerance of legion subsystem
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: declare itself as a dead node for the specified amount of seconds if one of the lord hooks fails
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the clock skew tolerance of legion subsystem (default 30 seconds)
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call on Lord election
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call on Lord dismiss
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call on legion setup
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call on legion death (shutdown of the instance)
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call on legion join (first time quorum is reached)
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call on new node joining legion
argument
: required_argument
parser
: uwsgi_opt_legion_hook
flags
: UWSGI_OPT_MASTER
help
: action to call node leaving legion
argument
: required_argument
parser
: uwsgi_opt_legion_quorum
flags
: UWSGI_OPT_MASTER
help
: set the quorum of a legion
argument
: required_argument
parser
: uwsgi_opt_legion_scroll
flags
: UWSGI_OPT_MASTER
help
: set the scroll of a legion
argument
: required_argument
parser
: uwsgi_opt_set_16bit
help
: set max size of legion scroll buffer
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set max size of legion scroll list buffer
argument
: required_argument
parser
: uwsgi_opt_scd
flags
: UWSGI_OPT_MASTER
help
: set digest algorithm and certificate directory for secured subscription system
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the maximum tolerance (in seconds) of clock skew for secured subscription system
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: skip signature check for the specified uid when using unix sockets credentials
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: add a directory to search for subscriptions key credentials
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable management of SCM_CREDENTIALS in subscriptions UNIX sockets
argument
: required_argument
parser
: uwsgi_opt_ssa
help
: set load balancing algorithm for the subscription system
argument
: no_argument
parser
: uwsgi_opt_true
help
: try to fallback to the next part (dot based) in subscription key
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: subscribe to the specified subscription server
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: subscribe to the specified subscription server
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: subscribe to the specified subscription server
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: subscribe to the specified subscription server using advanced keyval syntax
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: send subscription announce at the specified interval
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set tolerance for subscription servers
argument
: no_argument
parser
: uwsgi_opt_true
help
: force unsubscribe request even during graceful reload
argument
: no_argument
parser
: uwsgi_opt_true
help
: configure subscriptions but do not send them (useful with master fifo)
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: force the specififed modifier1 when subscribing
argument
: optional_argument
parser
: uwsgi_opt_snmp
help
: enable the embedded snmp server
argument
: required_argument
parser
: uwsgi_opt_snmp_community
help
: set the snmp community string
argument
: no_argument
parser
: uwsgi_opt_true
help
: be verbose about SSL errors
argument
: optional_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: use uWSGI cache for ssl sessions storage
argument
: optional_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: use uWSGI cache for ssl sessions storage
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set SSL sessions timeout (default: 300 seconds)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set SSL sessions timeout (default: 300 seconds)
argument
: required_argument
parser
: uwsgi_opt_sni
help
: add an SNI-governed SSL context
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: check for cert/key/client_ca file in the specified directory and create a sni/ssl context on demand
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set ssl ciphers for sni-dir option
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable SSLv3 (insecure)
argument
: no_argument
parser
: uwsgi_opt_add_string_list
help
: set a raw ssl option (numeric value)
argument
: required_argument
parser
: uwsgi_opt_sni
help
: add an SNI-governed SSL context (the key is a regexp)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: store ssl-related temp files in the specified directory
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set the interval (in seconds) of master checks
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: sleep for the specified number of seconds when a forkbomb is detected
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force binary path
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: patch the uwsgi binary with a new command (before privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: patch the uwsgi binary with a new command (after privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: patch the uwsgi binary with a new command and arguments (before privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: patch the uwsgi binary with a new command and arguments (after privileges drop)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable async mode with specified cores
argument
: no_argument
parser
: uwsgi_opt_false
help
: Disable printing 'async queue is full' warning messages.
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set maximum number of file descriptors (requires root privileges)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set logfile/udp address
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: log to specified file or udp address after privileges drop
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set advanced format for request logging
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set advanced format for request logging
argument
: no_argument
parser
: uwsgi_opt_true
help
: apply strftime to logformat output
argument
: no_argument
parser
: uwsgi_opt_true
help
: apply strftime to logformat output
argument
: no_argument
parser
: uwsgi_opt_true
help
: chown logfiles
argument
: required_argument
parser
: uwsgi_opt_logfile_chmod
help
: chmod logfiles
argument
: optional_argument
parser
: uwsgi_opt_set_logger
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: log to syslog
argument
: required_argument
parser
: uwsgi_opt_set_logger
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: send logs to the specified socket
argument
: required_argument
parser
: uwsgi_opt_set_req_logger
flags
: UWSGI_OPT_REQ_LOG_MASTER
help
: set/append a request logger
argument
: required_argument
parser
: uwsgi_opt_set_req_logger
flags
: UWSGI_OPT_REQ_LOG_MASTER
help
: set/append a request logger
argument
: required_argument
parser
: uwsgi_opt_set_logger
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: set/append a logger
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled loggers
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled loggers
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: offload log writing to a thread
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: add an item in the log encoder chain
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: add an item in the log req encoder chain
argument
: required_argument
parser
: uwsgi_opt_add_regexp_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: drain (do not show) log lines matching the specified regexp
argument
: required_argument
parser
: uwsgi_opt_add_regexp_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: show only log lines matching the specified regexp
argument
: required_argument
parser
: uwsgi_opt_add_regexp_custom_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: log to the specified named logger if regexp applied on logline matches
argument
: required_argument
parser
: uwsgi_opt_add_regexp_custom_list
flags
: UWSGI_OPT_REQ_LOG_MASTER
help
: log requests to the specified named logger if regexp applied on logline matches
argument
: no_argument
parser
: uwsgi_opt_true
help
: call abort() on segfault/fpe, could be useful for generating a core dump
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: create a new alarm, syntax: <alarm> <plugin:args>
argument
: required_argument
parser
: uwsgi_opt_true
help
: use main alarm thread rather than create dedicated threads for curl-based alarms
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: tune the anti-loop alam system (default 3 seconds)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when an fd is read for read (by default it reads 1 byte, set 8 for eventfd)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the segmentation fault handler is executed
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the segmentation fault handler is executed
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the socket backlog queue is full
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the socket backlog queue is full
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the socket backlog queue is full
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the socket backlog queue is full
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the socket backlog queue is full
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: raise the specified alarm when the socket backlog queue is full
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: raise the specified alarm when a log line matches the specified regexp, syntax: <alarm>[,alarm...] <regexp>
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: raise the specified alarm when a log line matches the specified regexp, syntax: <alarm>[,alarm...] <regexp>
argument
: required_argument
parser
: uwsgi_opt_add_string_list_custom
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: skip the specified alarm when a log line matches the specified regexp, syntax: <alarm>[,alarm...] <regexp>
argument
: required_argument
parser
: uwsgi_opt_add_string_list_custom
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: skip the specified alarm when a log line matches the specified regexp, syntax: <alarm>[,alarm...] <regexp>
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled alarms
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled alarms
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the max size of an alarm message (default 8192)
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER|UWSGI_OPT_LOG_MASTER
help
: delegate logging to master process
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the buffer size for the master logger. bigger log messages will be truncated
argument
: no_argument
parser
: uwsgi_opt_true
help
: create the master logpipe as SOCK_STREAM
argument
: no_argument
parser
: uwsgi_opt_true
help
: create the master requests logpipe as SOCK_STREAM
argument
: no_argument
parser
: uwsgi_opt_true
help
: reopen log after reload
argument
: no_argument
parser
: uwsgi_opt_true
help
: truncate log on startup
argument
: required_argument
parser
: uwsgi_opt_set_64bit
flags
: UWSGI_OPT_MASTER|UWSGI_OPT_LOG_MASTER
help
: set maximum logfile size
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set logfile name after rotation
argument
: optional_argument
parser
: uwsgi_opt_log_date
help
: prefix logs with date or a strftime string
argument
: optional_argument
parser
: uwsgi_opt_log_date
help
: prefix logs with date or a strftime string
argument
: optional_argument
parser
: uwsgi_opt_log_date
help
: prefix logs with a string
argument
: no_argument
parser
: uwsgi_opt_true
help
: log responses without body
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: log requests slower than the specified number of milliseconds
argument
: no_argument
parser
: uwsgi_opt_true
help
: log requests with a 4xx response
argument
: no_argument
parser
: uwsgi_opt_true
help
: log requests with a 5xx response
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: log requestes bigger than the specified size
argument
: required_argument
parser
: uwsgi_opt_true
help
: log sendfile requests
argument
: required_argument
parser
: uwsgi_opt_true
help
: log requests with io errors
argument
: no_argument
parser
: uwsgi_opt_true
help
: report response time in microseconds instead of milliseconds
argument
: no_argument
parser
: uwsgi_opt_true
help
: use the ip from X-Forwarded-For header instead of REMOTE_ADDR
argument
: no_argument
parser
: uwsgi_opt_true
help
: leave master process running as root
argument
: no_argument
parser
: uwsgi_opt_true
help
: run privileges drop after plugin initialization
argument
: no_argument
parser
: uwsgi_opt_true
help
: run privileges drop after apps loading
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force the initial working directory to the specified value
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: override /bin/sh (used by exec hooks, it always fallback to /bin/sh)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: chdir to specified directory before apps loading
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: chdir to specified directory after apps loading
argument
: no_argument
parser
: uwsgi_opt_true
help
: set lazy mode (load apps in workers instead of master)
argument
: no_argument
parser
: uwsgi_opt_true
help
: load apps in each worker instead of the master
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: set cheap mode (spawn workers only after the first request)
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: set cheaper mode (adaptive process spawning)
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: set the initial number of processes to spawn in cheaper mode
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: choose to algorithm used for adaptive process spawning
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: number of additional processes to spawn at each overload
argument
: required_argument
parser
: uwsgi_opt_set_64bit
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: increase workers after specified overload
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: decrease workers after specified idle (algo: spare2) (default: 10)
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled cheapers algorithms
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled cheapers algorithms
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled cheapers algorithms
argument
: required_argument
parser
: uwsgi_opt_set_64bit
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: don't spawn new workers if total resident memory usage of all workers is higher than this limit
argument
: required_argument
parser
: uwsgi_opt_set_64bit
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_CHEAPER
help
: if total workers resident memory usage is higher try to stop workers
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: set idle mode (put uWSGI in cheap mode after inactivity)
argument
: no_argument
parser
: uwsgi_opt_true
help
: shutdown uWSGI when idle
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load application under mountpoint
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load application under mountpoint in the specified worker or after workers spawn
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS
help
: run each worker in prethreaded mode with the specified number of threads
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS
help
: set threads stacksize
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS
help
: set threads stacksize
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS
help
: set threads stacksize
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS
help
: set threads stacksize
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable virtualhosting mode (based on SERVER_NAME variable)
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_VHOST
help
: enable virtualhosting mode (based on HTTP_HOST variable)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on Host header
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on REQUEST_URI
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on QUERY_STRING
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on REMOTE_ADDR
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on HTTP_USER_AGENT
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on REMOTE_USER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on HTTP_REFERER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a routing label (for use with goto)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on condition
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a route based on condition (negate version)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: always run the specified route action
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route for the specified status
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on Host header
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on REQUEST_URI
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on QUERY_STRING
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on REMOTE_ADDR
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on HTTP_USER_AGENT
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on REMOTE_USER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on HTTP_REFERER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final routing label (for use with goto)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on condition
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a final route based on condition (negate version)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: always run the specified final route action
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route for the specified status
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on Host header
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on REQUEST_URI
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on QUERY_STRING
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on REMOTE_ADDR
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on HTTP_USER_AGENT
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on REMOTE_USER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on HTTP_REFERER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error routing label (for use with goto)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on condition
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add an error route based on condition (negate version)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: always run the specified error route action
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route for the specified status
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on Host header
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on REQUEST_URI
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on QUERY_STRING
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on REMOTE_ADDR
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on HTTP_USER_AGENT
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on REMOTE_USER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on HTTP_REFERER
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response routing label (for use with goto)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on condition
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: add a response route based on condition (negate version)
argument
: required_argument
parser
: uwsgi_opt_add_route
help
: always run the specified response route action
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled routers
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled routers
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an error page (html) for managed 403 response
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an error page (html) for managed 404 response
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an error page (html) for managed 500 response
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the frequency (in seconds) of websockets automatic ping packets
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the frequency (in seconds) of websockets automatic ping packets
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the tolerance (in seconds) of websockets ping/pong subsystem
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the tolerance (in seconds) of websockets ping/pong subsystem
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the max allowed size of websocket messages (in Kbytes, default 1024)
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the max allowed size of websocket messages (in Kbytes, default 1024)
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the max size of a chunked input part (default 1MB, in bytes)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set default timeout for chunked input
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set a clock source
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled clocks
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled clocks
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: automatically add HTTP headers to response
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: automatically remove specified HTTP header from the response
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: automatically remove specified HTTP header from the response
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: store the specified response header in a request var (syntax: header var)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: store the specified response header in a request var (syntax: header var)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: store the specified response header in a request var and remove it from the response (syntax: header var)
argument
: required_argument
parser
: uwsgi_opt_check_static
flags
: UWSGI_OPT_MIME
help
: check for static files in the specified directory
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MIME
help
: check for static files in the requested DOCUMENT_ROOT
argument
: required_argument
parser
: uwsgi_opt_check_static
flags
: UWSGI_OPT_MIME
help
: check for static files in the specified directory
argument
: required_argument
parser
: uwsgi_opt_static_map
flags
: UWSGI_OPT_MIME
help
: map mountpoint to static directory (or file)
argument
: required_argument
parser
: uwsgi_opt_static_map
flags
: UWSGI_OPT_MIME
help
: like static-map but completely appending the requested resource to the docroot
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: skip specified extension from staticfile checks
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: search for specified file if a directory is requested
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: skip security checks if the file is under the specified path
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MIME|UWSGI_OPT_MASTER
help
: put resolved paths in the uWSGI cache for the specified amount of seconds
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MIME|UWSGI_OPT_MASTER
help
: use the specified cache for static paths
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: set mime types file path (default /etc/apache2/mime.types)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: set mime types file path (default /etc/apache2/mime.types)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: set mime types file path (default /etc/mime.types)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: set mime types file path (default /etc/mime.types)
argument
: required_argument
parser
: uwsgi_opt_add_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on content type
argument
: required_argument
parser
: uwsgi_opt_add_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on content type and file mtime
argument
: required_argument
parser
: uwsgi_opt_add_regexp_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on filename regexp
argument
: required_argument
parser
: uwsgi_opt_add_regexp_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on filename regexp and file mtime
argument
: required_argument
parser
: uwsgi_opt_add_regexp_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on REQUEST_URI regexp
argument
: required_argument
parser
: uwsgi_opt_add_regexp_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on REQUEST_URI regexp and file mtime
argument
: required_argument
parser
: uwsgi_opt_add_regexp_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on PATH_INFO regexp
argument
: required_argument
parser
: uwsgi_opt_add_regexp_dyn_dict
flags
: UWSGI_OPT_MIME
help
: set the Expires header based on PATH_INFO regexp and file mtime
argument
: required_argument
parser
: uwsgi_opt_add_regexp_list
flags
: UWSGI_OPT_MIME
help
: if the supplied regexp matches the static file translation it will search for a gzip version
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MIME
help
: check for a gzip version of all requested static files
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: check for a gzip version of all requested static files in the specified dir/prefix
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: check for a gzip version of all requested static files in the specified dir/prefix
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: check for a gzip version of all requested static files with the specified ext/suffix
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: check for a gzip version of all requested static files with the specified ext/suffix
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable support for the HTTP Range header
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the number of offload threads to spawn (per-worker, default 0)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the number of offload threads to spawn (per-worker, default 0)
argument
: required_argument
parser
: uwsgi_opt_fileserve_mode
flags
: UWSGI_OPT_MIME
help
: set static file serving mode
argument
: required_argument
parser
: uwsgi_opt_fileserve_mode
flags
: UWSGI_OPT_MIME
help
: set static file serving mode
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable sendfile() and rely on boring read()/write()
argument
: optional_argument
parser
: uwsgi_opt_set_str
help
: check for response data in the specified cache (empty for default cache)
argument
: no_argument
parser
: uwsgi_opt_true
help
: set close-on-exec on connection sockets (could be required for spawning processes in requests)
argument
: no_argument
parser
: uwsgi_opt_true
help
: set close-on-exec on server sockets (could be required for spawning processes in requests)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set uWSGI custom mode
argument
: required_argument
parser
: uwsgi_opt_set_env
help
: set environment variable
argument
: required_argument
parser
: uwsgi_opt_set_env
flags
: UWSGI_OPT_IMMEDIATE
help
: set environment variable (IMMEDIATE version)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a daemontools compatible envdir
argument
: required_argument
parser
: uwsgi_opt_envdir
flags
: UWSGI_OPT_IMMEDIATE
help
: load a daemontools compatible envdir ASAP
argument
: required_argument
parser
: uwsgi_opt_unset_env
help
: unset environment variable
argument
: no_argument
parser
: uwsgi_opt_true
help
: try to remove all of the generated file/sockets
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: write the specified content to the specified file (syntax: file=value) before privileges drop
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: put the processes in the specified cgroup
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: set value in specified cgroup option
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set permission for cgroup directory (default is 700)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run in a new namespace under the specified rootfs
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: keep the specified mountpoint in your namespace
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run in a new namespace under the specified rootfs
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: add network namespace
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: add network namespace
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable PROXY1 protocol support (only for http parsers)
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable REUSE_PORT flag on socket (BSD only)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable TCP_FASTOPEN flag on TCP sockets with the specified qlen value
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable TCP_FASTOPEN flag on TCP sockets with the specified qlen value
argument
: no_argument
parser
: uwsgi_opt_true
help
: use sendto(..., MSG_FASTOPEN, ...) instead of connect() if supported
argument
: no_argument
parser
: uwsgi_opt_true
help
: use sendto(..., MSG_FASTOPEN, ...) instead of connect() if supported
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: attach to a zerg server
argument
: no_argument
parser
: uwsgi_opt_true
help
: fallback to normal sockets if the zerg server is not available
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MASTER
help
: enable the zerg server on the specified UNIX socket
argument
: required_argument
parser
: uwsgi_opt_add_cron
flags
: UWSGI_OPT_MASTER
help
: add a cron task
argument
: required_argument
parser
: uwsgi_opt_add_cron2
flags
: UWSGI_OPT_MASTER
help
: add a cron task (key=val syntax)
argument
: required_argument
parser
: uwsgi_opt_add_unique_cron
flags
: UWSGI_OPT_MASTER
help
: add a unique cron task
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum time (in seconds) we wait for cron command to complete
argument
: required_argument
parser
: uwsgi_opt_add_legion_cron
flags
: UWSGI_OPT_MASTER
help
: add a cron task runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_add_legion_cron
flags
: UWSGI_OPT_MASTER
help
: add a cron task runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_add_unique_legion_cron
flags
: UWSGI_OPT_MASTER
help
: add a unique cron task runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_add_unique_legion_cron
flags
: UWSGI_OPT_MASTER
help
: add a unique cron task runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: select the uWSGI loop engine
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled loop engines
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled loop engines
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command as worker
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command as worker (after post_fork hook)
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: attach a command/daemon to the master process (the command has to not go in background)
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: attach a command/daemon to the master process (the command has to not go in background), when the daemon dies, the master dies too
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: attach a command/daemon to the master process managed by a pidfile (the command has to daemonize)
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: attach a command/daemon to the master process managed by a pidfile (the command has to NOT daemonize)
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: same as --attach-daemon but daemon runs only on legion lord node
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: same as --smart-attach-daemon but daemon runs only on legion lord node
argument
: required_argument
parser
: uwsgi_opt_add_daemon
flags
: UWSGI_OPT_MASTER
help
: same as --smart-attach-daemon2 but daemon runs only on legion lord node
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MASTER
help
: do not change the stdin of external daemons to /dev/null
argument
: required_argument
parser
: uwsgi_opt_add_daemon2
flags
: UWSGI_OPT_MASTER
help
: attach-daemon keyval variant (supports smart modes too)
argument
: required_argument
parser
: uwsgi_opt_load_plugin
flags
: UWSGI_OPT_IMMEDIATE
help
: load uWSGI plugins
argument
: required_argument
parser
: uwsgi_opt_load_plugin
flags
: UWSGI_OPT_IMMEDIATE
help
: load uWSGI plugins
argument
: required_argument
parser
: uwsgi_opt_load_plugin
flags
: UWSGI_OPT_IMMEDIATE
help
: load uWSGI plugins (exit on error)
argument
: required_argument
parser
: uwsgi_opt_load_plugin
flags
: UWSGI_OPT_IMMEDIATE
help
: load uWSGI plugins (exit on error)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_IMMEDIATE
help
: add a directory to uWSGI plugin search path
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_IMMEDIATE
help
: add a directory to uWSGI plugin search path
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled plugins
argument
: no_argument
parser
: uwsgi_opt_true
help
: list enabled plugins
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_IMMEDIATE
help
: try to automatically load plugins when unknown options are found
argument
: required_argument
parser
: uwsgi_opt_load_dl
flags
: UWSGI_OPT_IMMEDIATE
help
: blindly load a shared library
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: comma separated list of allowed modifiers
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: remap request modifier from one id to another
argument
: no_argument
parser
: uwsgi_opt_true
help
: dump the full list of available options
argument
: no_argument
parser
: uwsgi_opt_true
help
: show the current config reformatted as ini
argument
: required_argument
parser
: uwsgi_opt_binary_append_data
flags
: UWSGI_OPT_IMMEDIATE
help
: return the content of a resource to stdout for appending to a uwsgi binary (for data:// usage)
argument
: required_argument
parser
: uwsgi_opt_print
help
: simple print
argument
: required_argument
parser
: uwsgi_opt_print
flags
: UWSGI_OPT_IMMEDIATE
help
: simple print (immediate version)
argument
: optional_argument
parser
: uwsgi_opt_exit
flags
: UWSGI_OPT_IMMEDIATE
help
: force exit() of the instance
argument
: no_argument
parser
: uwsgi_opt_cflags
flags
: UWSGI_OPT_IMMEDIATE
help
: report uWSGI CFLAGS (useful for building external plugins)
argument
: no_argument
parser
: uwsgi_opt_dot_h
flags
: UWSGI_OPT_IMMEDIATE
help
: dump the uwsgi.h used for building the core (useful for building external plugins)
argument
: no_argument
parser
: uwsgi_opt_config_py
flags
: UWSGI_OPT_IMMEDIATE
help
: dump the uwsgiconfig.py used for building the core (useful for building external plugins)
argument
: required_argument
parser
: uwsgi_opt_build_plugin
flags
: UWSGI_OPT_IMMEDIATE
help
: build a uWSGI plugin for the current binary
argument
: no_argument
parser
: uwsgi_opt_print
help
: print uWSGI version
argument
: required_argument
parser
: uwsgi_opt_setup_asyncio
flags
: UWSGI_OPT_THREADS
help
: a shortcut enabling asyncio loop engine with the specified number of async cores and optimal parameters
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: push statistics to the specified carbon server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set carbon connection timeout in seconds (default 3)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set carbon push frequency in seconds (default 60)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set carbon id
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable generation of single worker metrics
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set maximum number of retries in case of connection errors (default 1)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set connection retry delay in seconds (default 7)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set carbon metrics root node (default 'uwsgi')
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set char to use as a replacement for dots in hostname (dots are not replaced by default)
argument
: no_argument
parser
: uwsgi_opt_true
help
: allow using hostname as carbon server address (default disabled)
argument
: no_argument
parser
: uwsgi_opt_true
help
: allow using hostname as carbon server address (default disabled)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: average values source during idle period (no requests), can be "last", "zero", "none" (default is last)
argument
: no_argument
parser
: uwsgi_opt_true
help
: don't compute all statistics, use metrics subsystem data instead (warning! key names will be different)
argument
: required_argument
parser
: uwsgi_opt_add_cgi
help
: add a cgi mountpoint/directory/script
argument
: required_argument
parser
: uwsgi_opt_add_cgi_maphelper
help
: add a cgi map-helper
argument
: required_argument
parser
: uwsgi_opt_add_cgi_maphelper
help
: add a cgi map-helper
argument
: no_argument
parser
: uwsgi_opt_true
help
: blindly enable cgi in DOCUMENT_ROOT
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set cgi buffer size
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set cgi script timeout
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a cgi index file
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: cgi allowed extension
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: unset specified environment variables
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a cgi shared library/optimizer
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable cgi realpath() optimizer
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable cgi realpath() optimizer
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable PATH_INFO management in cgi scripts
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not send SIGKILL to cgi script on errors
argument
: no_argument
parser
: uwsgi_opt_set_int
help
: max waitpid() attempts in cgi async mode (default 10)
argument
: required_argument
parser
: uwsgi_opt_setup_coroae
help
: a shortcut enabling Coro::AnyEvent loop engine with the specified number of async cores and optimal parameters
argument
: required_argument
parser
: uwsgi_opt_add_cron_curl
flags
: UWSGI_OPT_MASTER
help
: add a cron task invoking the specified url via CURL
argument
: required_argument
parser
: uwsgi_opt_add_cron_curl
flags
: UWSGI_OPT_MASTER
help
: add a cron task invoking the specified url via CURL
argument
: required_argument
parser
: uwsgi_opt_add_legion_cron_curl
flags
: UWSGI_OPT_MASTER
help
: add a cron task invoking the specified url via CURL runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_add_legion_cron_curl
flags
: UWSGI_OPT_MASTER
help
: add a cron task invoking the specified url via CURL runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_add_legion_cron_curl
flags
: UWSGI_OPT_MASTER
help
: add a cron task invoking the specified url via CURL runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_add_legion_cron_curl
flags
: UWSGI_OPT_MASTER
help
: add a cron task invoking the specified url via CURL runnable only when the instance is a lord of the specified legion
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the modifier1 for the code_string
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the script to load for the code_string
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the function to run for the code_string
argument
: required_argument
parser
: uwsgi_opt_corerouter
help
: run the fastrouter on the specified port
reference
: :doc:`Fastrouter`
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of fastrouter processes
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of fastrouter processes
argument
: required_argument
parser
: uwsgi_opt_corerouter_zerg
help
: attach the fastrouter to a zerg server
argument
: optional_argument
parser
: uwsgi_opt_set_str
help
: use uWSGI cache as hostname->server mapper for the fastrouter
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_pattern
help
: use a pattern for fastrouter hostname->server mapping
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_base
help
: use a base dir for fastrouter hostname->server mapping
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: fallback to the specified node in case of error
argument
: required_argument
parser
: uwsgi_opt_corerouter_cs
help
: use code string as hostname->server mapper for the fastrouter
argument
: optional_argument
parser
: uwsgi_opt_corerouter_use_socket
help
: forward request to the specified uwsgi socket
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: forward requests to the specified uwsgi server (you can specify it multiple times for load balancing)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: retry connections to dead static nodes after the specified amount of seconds
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of concurrent events
argument
: required_argument
parser
: uwsgi_opt_true
help
: do not report failed connections to instances
argument
: no_argument
parser
: uwsgi_opt_true
help
: run the fastrouter in cheap mode
argument
: required_argument
parser
: uwsgi_opt_corerouter_ss
help
: run the fastrouter subscription server on the specified address
argument
: required_argument
parser
: uwsgi_opt_deprecated
help
: * deprecated *
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set fastrouter timeout
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: enable fastrouter post buffering
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: put fastrouter buffered files to the specified directory (noop, use TMPDIR env)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the fastrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the fastrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the fastrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable fastrouter harakiri
argument
: required_argument
parser
: uwsgi_opt_uid
help
: drop fastrouter privileges to the specified uid
argument
: required_argument
parser
: uwsgi_opt_gid
help
: drop fastrouter privileges to the specified gid
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: forward subscriptions to the specified subscription server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: bind to the specified address when re-subscribing
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set internal buffer size (default: page size)
argument
: no_argument
parser
: uwsgi_opt_true
help
: move to fallback node even if a subscription key is not found
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: skip uwsgi parsing and directly set a key
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable ruby fiber as suspend engine
argument
: required_argument
parser
: uwsgi_opt_undeferred_corerouter
help
: run the forkptyrouter on the specified address
argument
: required_argument
parser
: uwsgi_opt_undeferred_corerouter
help
: run the forkptyrouter on the specified address
argument
: required_argument
parser
: uwsgi_opt_forkpty_urouter
help
: run the forkptyrouter on the specified address
argument
: required_argument
parser
: uwsgi_opt_forkpty_urouter
help
: run the forkptyrouter on the specified address
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command on every connection (default: /bin/sh)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command on every connection (default: /bin/sh)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command on every connection (default: /bin/sh)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command on every connection (default: /bin/sh)
argument
: required_argument
parser
: uwsgi_opt_set_16bit
help
: set forkptyrouter default pty window rows
argument
: required_argument
parser
: uwsgi_opt_set_16bit
help
: set forkptyrouter default pty window cols
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of forkptyrouter processes
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of forkptyrouter processes
argument
: required_argument
parser
: uwsgi_opt_corerouter_zerg
help
: attach the forkptyrouter to a zerg server
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: fallback to the specified node in case of error
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of concufptyent events
argument
: no_argument
parser
: uwsgi_opt_true
help
: run the forkptyrouter in cheap mode
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set forkptyrouter timeout
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the forkptyrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the forkptyrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the forkptyrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable forkptyrouter harakiri
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a go shared library in the process address space, eventually patching main.main and __go_init_main
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a go shared library in the process address space, eventually patching main.main and __go_init_main
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set go commandline arguments
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set go commandline arguments
argument
: required_argument
parser
: uwsgi_opt_setup_goroutines
flags
: UWSGI_OPT_THREADS
help
: a shortcut setting optimal options for goroutine-based apps, takes the number of max goroutines to spawn as argument
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified geoip country database
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified geoip city database
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not cache geoip databases in memory
argument
: required_argument
parser
: uwsgi_opt_setup_gevent
flags
: UWSGI_OPT_THREADS
help
: a shortcut enabling gevent loop engine with the specified number of async cores and optimal parameters
argument
: no_argument
parser
: uwsgi_opt_true
help
: call gevent.monkey.patch_all() automatically on startup
argument
: no_argument
parser
: uwsgi_opt_true
help
: call gevent.monkey.patch_all() automatically before app loading
argument
: no_argument
parser
: uwsgi_opt_true
help
: wait for gevent hub's death instead of the control greenlet
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: virtual mount the specified glusterfs volume in a uri
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: timeout for glusterfs async mode
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable greenlet as suspend engine
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: mount a gridfs db on the specified mountpoint
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_MIME
help
: report gridfs mountpoint and itemname for each request (debug)
argument
: required_argument
parser
: uwsgi_opt_corerouter
help
: add an http router/server on the specified address
argument
: required_argument
parser
: uwsgi_opt_corerouter
help
: add an http router/server on the specified address
argument
: required_argument
parser
: uwsgi_opt_https
help
: add an https router/server on the specified address with specified certificate and key
argument
: required_argument
parser
: uwsgi_opt_https2
help
: add an https/spdy router/server using keyval options
argument
: no_argument
parser
: uwsgi_opt_true
help
: export uwsgi variable HTTPS_CC containing the raw client certificate
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the session id context to the specified value
argument
: required_argument
parser
: uwsgi_opt_http_to_https
help
: add an http router/server on the specified address and redirect all of the requests to https
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the number of http processes to spawn
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the number of http processes to spawn
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a key=value item to the generated uwsgi packet
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: forward requests to the specified node (you can specify it multiple time for lb)
argument
: required_argument
parser
: uwsgi_opt_corerouter_zerg
help
: attach the http router to a zerg server
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: fallback to the specified node in case of error
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set uwsgi protocol modifier1
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set uwsgi protocol modifier2
argument
: optional_argument
parser
: uwsgi_opt_set_str
help
: use uWSGI cache as key->value virtualhost mapper
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_pattern
help
: use the specified pattern for mapping requests to unix sockets
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_base
help
: use the specified base for mapping requests to unix sockets
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the number of concurrent http async events
argument
: required_argument
parser
: uwsgi_opt_corerouter_ss
help
: enable the subscription server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set internal http socket timeout
argument
: optional_argument
parser
: uwsgi_opt_set_64bit
help
: manage the Expect HTTP request header (optionally checking for Content-Length)
argument
: optional_argument
parser
: uwsgi_opt_set_int
help
: HTTP 1.1 keepalive support (non-pipelined) requests
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically transform output to chunked encoding during HTTP 1.1 keepalive (if needed)
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically gzip content if uWSGI-Encoding header is set to gzip, but content size (Content-Length/Transfer-Encoding) and Content-Encoding are not specified
argument
: no_argument
parser
: uwsgi_opt_true
help
: blindly send HTTP body to backends (required for WebSockets and Icecast support in backends)
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically detect websockets connections and put the session in raw mode
argument
: no_argument
parser
: uwsgi_opt_true
help
: automatically detect chunked input requests and put the session in raw mode
argument
: required_argument
parser
: uwsgi_opt_corerouter_cs
help
: use code string as hostname->server mapper for the http router
argument
: optional_argument
parser
: uwsgi_opt_corerouter_use_socket
help
: forward request to the specified uwsgi socket
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: retry connections to dead static nodes after the specified amount of seconds
argument
: required_argument
parser
: uwsgi_opt_true
help
: do not report failed connections to instances
argument
: no_argument
parser
: uwsgi_opt_true
help
: run the http router in cheap mode
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the http router stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the http router stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the http router stats server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable http router harakiri
argument
: required_argument
parser
: uwsgi_opt_add_addr_list
help
: expect a stud prefix (1byte family + 4/16 bytes address) on connections from the specified address
argument
: required_argument
parser
: uwsgi_opt_uid
help
: drop http router privileges to the specified uid
argument
: required_argument
parser
: uwsgi_opt_gid
help
: drop http router privileges to the specified gid
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: forward subscriptions to the specified subscription server
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set internal buffer size (default: page size)
argument
: required_argument
parser
: uwsgi_opt_true
help
: force SERVER_NAME to HTTP_HOST
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set internal http socket timeout for headers
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set internal http socket timeout for backend connections
argument
: no_argument
parser
: uwsgi_opt_true
help
: manage the SOURCE HTTP method placing the session in raw mode
argument
: optional_argument
parser
: uwsgi_opt_true
help
: manage PROXY protocol requests
argument
: no_argument
parser
: uwsgi_opt_true
help
: use plain http protocol instead of uwsgi for backend nodes
argument
: no_argument
parser
: uwsgi_opt_true
help
: manage RTSP sessions
argument
: 0x8b
shortcut
: -Z_DEFLATED
help
: 0
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load the specified class and call its main() function
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add the specified jvm option
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load the specified class
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add the specified directory to the classpath
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified JWSGI application (syntax class:method)
argument
: required_argument
parser
: uwsgi_opt_load_ldap
flags
: UWSGI_OPT_IMMEDIATE
help
: load configuration from ldap server
argument
: no_argument
parser
: uwsgi_opt_ldap_dump
flags
: UWSGI_OPT_IMMEDIATE
help
: dump uWSGI ldap schema
argument
: no_argument
parser
: uwsgi_opt_ldap_dump_ldif
flags
: UWSGI_OPT_IMMEDIATE
help
: dump uWSGI ldap schema in ldif format
argument
: required_argument
parser
: uwsgi_opt_set_logger
flags
: UWSGI_OPT_MASTER | UWSGI_OPT_LOG_MASTER
help
: send logs to a zeromq server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load lua wsapi app
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a lua file
argument
: no_argument
parser
: uwsgi_opt_luashell
help
: run the lua interactive shell (debug.debug())
argument
: no_argument
parser
: uwsgi_opt_luashell
help
: run the lua interactive shell (debug.debug())
argument
: no_argument
parser
: uwsgi_opt_set_int
help
: set the lua gc frequency (default: 0, runs after every request)
argument
: required_argument
parser
: uwsgi_opt_add_lazy_socket
help
: create a mongrel2/zeromq pub/sub pair
argument
: required_argument
parser
: uwsgi_opt_add_lazy_socket
help
: create a mongrel2/zeromq pub/sub pair
argument
: required_argument
parser
: uwsgi_opt_add_lazy_socket
help
: create a mongrel2/zeromq pub/sub pair
argument
: required_argument
parser
: uwsgi_opt_add_lazy_socket
help
: create a mongrel2/zeromq pub/sub pair
argument
: required_argument
parser
: uwsgi_opt_add_lazy_socket
help
: create a mongrel2/zeromq pub/sub pair
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a Mono asp.net app from the specified directory
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: run the Mono GC every <n> requests (default: run after every request)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: select the ApplicationHost based on the specified CGI var
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the Mono jit version
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the Mono config file
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified main assembly (default: uwsgi.dll)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: exec the specified assembly just before app loading
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an asp.net index file
argument
: no_argument
parser
: uwsgi_opt_true
flags
: UWSGI_OPT_NO_INITIAL
help
: nagios check
argument
: no_argument
parser
: uwsgi_opt_true
help
: log requests to the notfound plugin
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the pam service name to use
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set a fake user for pam
argument
: required_argument
parser
: uwsgi_opt_php_ini
help
: set php.ini path
argument
: required_argument
parser
: uwsgi_opt_php_ini
help
: set php.ini path
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: set php.ini path (append mode)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: set php.ini path (append mode)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: set a php config directive
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: list the php index files
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force php DOCUMENT_ROOT
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: list the allowed document roots
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: list the allowed php file extensions
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: list the allowed php scripts (require absolute path)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force php SERVER_SOFTWARE
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: force the php file to run at each request
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: when in app mode force QUERY_STRING to the specified value + REQUEST_URI
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified php script when the request one does not exist
argument
: required_argument
parser
: uwsgi_opt_add_regexp_list
help
: if the regexp matches the uri the --php-app is bypassed
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add/overwrite a CGI variable at each request
argument
: no_argument
parser
: uwsgi_opt_true
help
: dump php config (if modified via --php-set or append options)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run specified php code before the requested script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run specified php code before the requested script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run specified php code after the requested script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run specified php code after the requested script
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: hack the sapi name (required for enabling zend opcode cache)
argument
: no_argument
parser
: uwsgi_opt_early_php
flags
: UWSGI_OPT_IMMEDIATE
help
: initialize an early perl interpreter shared by all loaders
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_IMMEDIATE
help
: hack the sapi name (required for enabling zend opcode cache)
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_NO_INITIAL | UWSGI_OPT_NO_SERVER
help
: ping specified uwsgi host
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set ping timeout
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a psgi app
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable psgix.io support
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not catch $SIG{__DIE__}
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set perl locallib path
argument
: no_argument
parser
: uwsgi_opt_print
flags
: UWSGI_OPT_IMMEDIATE
help
: print perl version
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: add items (space separated) to @ARGV
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an item to @ARGV
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: exec the specified perl file before fork()
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: exec the specified perl file after fork()
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_MASTER
help
: enable perl auto-reloader with the specified frequency
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER
help
: ignore the specified files when auto-reload is enabled
argument
: optional_argument
parser
: uwsgi_opt_plshell
help
: run a perl interactive shell
argument
: no_argument
parser
: uwsgi_opt_plshell
help
: run a perl interactive shell (one shot)
argument
: no_argument
parser
: uwsgi_opt_true
help
: force the use of do instead of Plack::Util::load_psgi
argument
: required_argument
parser
: uwsgi_opt_early_perl
flags
: UWSGI_OPT_IMMEDIATE
help
: initialize an early perl interpreter shared by all loaders
argument
: required_argument
parser
: uwsgi_opt_early_psgi
flags
: UWSGI_OPT_IMMEDIATE
help
: load a psgi app soon after uWSGI initialization
argument
: required_argument
parser
: uwsgi_opt_early_exec
flags
: UWSGI_OPT_IMMEDIATE
help
: load a perl script soon after uWSGI initialization
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: bind the pty server on the specified address
argument
: no_argument
parser
: uwsgi_opt_true
help
: send stdout/stderr to the log engine too
argument
: no_argument
parser
: uwsgi_opt_true
help
: read from original stdin in addition to pty
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_NO_INITIAL
help
: connect the current terminal to a pty server
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_NO_INITIAL
help
: connect the current terminal to a pty server (using uwsgi protocol)
argument
: no_argument
parser
: uwsgi_opt_true
help
: disable ISIG terminal attribute in client mode
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the specified command soon after the pty thread is spawned
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the path/name of the pypy library
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the path of the python setup script
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the home of pypy library
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a WSGI module
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a WSGI/mod_wsgi file
argument
: required_argument
parser
: uwsgi_opt_pypy_ini_paste
flags
: UWSGI_OPT_IMMEDIATE
help
: load a paste.deploy config file containing uwsgi section
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a paste.deploy config file
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: evaluate pypy code before fork()
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: evaluate pypy code soon after fork()
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: execute pypy code from file before fork()
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: execute pypy code from file soon after fork()
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an item to the pythonpath
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an item to the pythonpath
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add an item to the pythonpath
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load .wsgi file
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load .wsgi file
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: eval python code
argument
: required_argument
shortcut
: -w
parser
: uwsgi_opt_set_str
help
: load a WSGI module
argument
: required_argument
shortcut
: -w
parser
: uwsgi_opt_set_str
help
: load a WSGI module
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set default WSGI callable name
argument
: required_argument
shortcut
: -J
parser
: uwsgi_opt_set_str
help
: test a module import
argument
: required_argument
shortcut
: -H
parser
: uwsgi_opt_set_str
help
: set PYTHONHOME/virtualenv
argument
: required_argument
shortcut
: -H
parser
: uwsgi_opt_set_str
help
: set PYTHONHOME/virtualenv
argument
: required_argument
shortcut
: -H
parser
: uwsgi_opt_set_str
help
: set PYTHONHOME/virtualenv
argument
: required_argument
shortcut
: -H
parser
: uwsgi_opt_set_str
help
: set PYTHONHOME/virtualenv
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set python program name
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set python program name
argument
: required_argument
parser
: uwsgi_opt_pythonpath
help
: add directory (or glob) to pythonpath
argument
: required_argument
parser
: uwsgi_opt_pythonpath
help
: add directory (or glob) to pythonpath
argument
: required_argument
parser
: uwsgi_opt_pythonpath
help
: add directory (or glob) to pythonpath
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a python alias module
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a python module alias after uwsgi module initialization
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module in all of the processes
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module in all of the processes
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module in all of the processes
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import a python module in all of the processes
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: manually set sys.argv
argument
: required_argument
shortcut
: -O
parser
: uwsgi_opt_set_int
help
: set python optimization level
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a pecan config file
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a paste.deploy config file
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable paste fileConfig logger
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a web3 app
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a pump app
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a wsgi-lite app
argument
: required_argument
parser
: uwsgi_opt_ini_paste
flags
: UWSGI_OPT_IMMEDIATE
help
: load a paste.deploy config file containing uwsgi section
argument
: required_argument
parser
: uwsgi_opt_ini_paste
flags
: UWSGI_OPT_IMMEDIATE
help
: load a paste.deploy config file containing uwsgi section (load loggers too)
argument
: no_argument
parser
: uwsgi_opt_true
help
: force reload of os.environ at each request
argument
: no_argument
parser
: uwsgi_opt_true
help
: do not import site module
argument
: optional_argument
parser
: uwsgi_opt_pyshell
help
: run an interactive python shell in the uWSGI environment
argument
: optional_argument
parser
: uwsgi_opt_pyshell
help
: run an interactive python shell in the uWSGI environment (one-shot variant)
argument
: required_argument
parser
: uwsgi_opt_pyrun
help
: run a python script in the uWSGI environment
argument
: required_argument
parser
: uwsgi_opt_pyrun
help
: run a python script in the uWSGI environment
argument
: required_argument
parser
: uwsgi_opt_pyrun
help
: run a python script in the uWSGI environment
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_THREADS|UWSGI_OPT_MASTER
help
: enable the uWSGI python tracebacker
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS|UWSGI_OPT_MASTER
help
: monitor python modules mtime to trigger reload (use only in development)
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS|UWSGI_OPT_MASTER
help
: monitor python modules mtime to trigger reload (use only in development)
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS|UWSGI_OPT_MASTER
help
: monitor python modules mtime to trigger reload (use only in development)
argument
: required_argument
parser
: uwsgi_opt_set_int
flags
: UWSGI_OPT_THREADS|UWSGI_OPT_MASTER
help
: monitor python modules mtime to trigger reload (use only in development)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_THREADS|UWSGI_OPT_MASTER
help
: ignore the specified module during auto-reload scan (can be specified multiple times)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the strategy for allocating/deallocating the WSGI env, can be: "cheat" or "holy"
reference
: :doc:`articles/WSGIEnvBehaviour`
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the strategy for allocating/deallocating the WSGI env, can be: "cheat" or "holy"
reference
: :doc:`articles/WSGIEnvBehaviour`
argument
: no_argument
parser
: uwsgi_opt_true
help
: send WSGI http headers as soon as possible (PEP violation)
argument
: no_argument
parser
: uwsgi_opt_true
help
: try to be fully PEP compliant disabling optimizations
argument
: no_argument
parser
: uwsgi_opt_true
help
: accept CPython buffer-compliant objects as WSGI response in addition to string/bytes
argument
: no_argument
parser
: uwsgi_opt_true
help
: accept CPython buffer-compliant objects as WSGI response in addition to string/bytes
argument
: no_argument
parser
: uwsgi_opt_pyver
flags
: UWSGI_OPT_IMMEDIATE
help
: report python version
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load a python file for managing raw requests
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: create a sharedarea from a python bytearray object of the specified size
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable child processes running cpython to trap OS signals
argument
: no_argument
parser
: uwsgi_early_python
flags
: UWSGI_OPT_IMMEDIATE
help
: load the python VM as soon as possible (useful for the fork server)
argument
: required_argument
parser
: uwsgi_early_python_import
flags
: UWSGI_OPT_IMMEDIATE
help
: import a python module in the early phase
argument
: required_argument
parser
: uwsgi_early_python_import
flags
: UWSGI_OPT_IMMEDIATE
help
: import a python module in the early phase
argument
: required_argument
parser
: uwsgi_opt_pythonpath
flags
: UWSGI_OPT_IMMEDIATE
help
: add directory (or glob) to pythonpath (immediate version)
argument
: required_argument
parser
: uwsgi_opt_pythonpath
flags
: UWSGI_OPT_IMMEDIATE
help
: add directory (or glob) to pythonpath (immediate version)
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_POST_BUFFERING
help
: load a rails <= 2.x app
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_POST_BUFFERING
help
: load a rack app
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set ruby GC frequency
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set ruby GC frequency
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a directory to the ruby libdir search path
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a directory to the ruby libdir search path
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script (shared)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script (shared)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script (shared)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script (shared)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: import/require a ruby module/script (shared)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified gemset (rvm)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified gemset (rvm)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: search for rvm in the specified directory
argument
: optional_argument
parser
: uwsgi_opt_rbshell
help
: run a ruby/irb shell
argument
: no_argument
parser
: uwsgi_opt_rbshell
help
: set ruby/irb shell (one shot)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: virtual mount the specified rados volume in a uri
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: timeout for async operations
argument
: required_argument
parser
: uwsgi_opt_undeferred_corerouter
help
: run the rawrouter on the specified port
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of rawrouter processes
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of rawrouter processes
argument
: required_argument
parser
: uwsgi_opt_corerouter_zerg
help
: attach the rawrouter to a zerg server
argument
: optional_argument
parser
: uwsgi_opt_set_str
help
: use uWSGI cache as hostname->server mapper for the rawrouter
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_pattern
help
: use a pattern for rawrouter hostname->server mapping
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_base
help
: use a base dir for rawrouter hostname->server mapping
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: fallback to the specified node in case of error
argument
: required_argument
parser
: uwsgi_opt_corerouter_cs
help
: use code string as hostname->server mapper for the rawrouter
argument
: optional_argument
parser
: uwsgi_opt_corerouter_use_socket
help
: forward request to the specified uwsgi socket
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: forward requests to the specified uwsgi server (you can specify it multiple times for load balancing)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: retry connections to dead static nodes after the specified amount of seconds
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of concurrent events
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of retries/fallbacks to other nodes
argument
: required_argument
parser
: uwsgi_opt_true
help
: do not report failed connections to instances
argument
: no_argument
parser
: uwsgi_opt_true
help
: run the rawrouter in cheap mode
argument
: required_argument
parser
: uwsgi_opt_corerouter_ss
help
: run the rawrouter subscription server on the spcified address
argument
: required_argument
parser
: uwsgi_opt_deprecated
help
: * deprecated *
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set rawrouter timeout
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the rawrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the rawrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the rawrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable rawrouter harakiri
argument
: no_argument
parser
: uwsgi_opt_true
help
: use the xclient protocol to pass the client address
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set internal buffer size (default: page size)
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable ruby native threads
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable ruby native threads
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable ruby native threads
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable ruby native threads
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load the specified clojure script
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load the specified clojure script
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: map the specified ring application (syntax namespace:function)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MASTER|UWSGI_OPT_METRICS
help
: store rrd files in the specified directory
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set collect frequency
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the name of rrd library (default: librrd.so)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set maximum packet size for syslog messages (default 1024) WARNING! using packets > 1024 breaks RFC 3164 (#4.1)
argument
: no_argument
parser
: uwsgi_opt_true
help
: split big messages into multiple chunks if they are bigger than allowed packet size (default is false)
argument
: required_argument
parser
: uwsgi_opt_load_sqlite3
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from sqlite3 db
argument
: required_argument
parser
: uwsgi_opt_load_sqlite3
flags
: UWSGI_OPT_IMMEDIATE
help
: load config from sqlite3 db
argument
: required_argument
parser
: uwsgi_opt_sslrouter
help
: run the sslrouter on the specified port
argument
: required_argument
parser
: uwsgi_opt_sslrouter2
help
: run the sslrouter on the specified port (key-value based)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the session id context to the specified value
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of sslrouter processes
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: prefork the specified number of sslrouter processes
argument
: required_argument
parser
: uwsgi_opt_corerouter_zerg
help
: attach the sslrouter to a zerg server
argument
: optional_argument
parser
: uwsgi_opt_set_str
help
: use uWSGI cache as hostname->server mapper for the sslrouter
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_pattern
help
: use a pattern for sslrouter hostname->server mapping
argument
: required_argument
parser
: uwsgi_opt_corerouter_use_base
help
: use a base dir for sslrouter hostname->server mapping
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: fallback to the specified node in case of error
argument
: required_argument
parser
: uwsgi_opt_corerouter_cs
help
: use code string as hostname->server mapper for the sslrouter
argument
: optional_argument
parser
: uwsgi_opt_corerouter_use_socket
help
: forward request to the specified uwsgi socket
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: forward requests to the specified uwsgi server (you can specify it multiple times for load balancing)
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: retry connections to dead static nodes after the specified amount of seconds
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of concurrent events
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set the maximum number of retries/fallbacks to other nodes
argument
: required_argument
parser
: uwsgi_opt_true
help
: do not report failed connections to instances
argument
: no_argument
parser
: uwsgi_opt_true
help
: run the sslrouter in cheap mode
argument
: required_argument
parser
: uwsgi_opt_corerouter_ss
help
: run the sslrouter subscription server on the spcified address
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set sslrouter timeout
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the sslrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the sslrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the sslrouter stats server
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: enable sslrouter harakiri
argument
: no_argument
parser
: uwsgi_opt_true
help
: use SNI to route requests
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set internal buffer size (default: page size)
argument
: no_argument
parser
: uwsgi_opt_true
help
: use stackless as suspend engine
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load the specified C symbol as the symcall request handler (supports <mountpoint=func> too)
argument
: no_argument
parser
: uwsgi_opt_true
help
: use RTLD_NEXT when searching for symbols
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load the specified C symbol as an RPC function (syntax: name function)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: call the specified C symbol after each fork()
argument
: required_argument
parser
: uwsgi_opt_setup_tornado
flags
: UWSGI_OPT_THREADS
help
: a shortcut enabling tornado loop engine with the specified number of async cores and optimal parameters
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: run the tuntap router (syntax: <device> <socket> [stats] [gateway])
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a tuntap device to the instance (syntax: <device>[ <socket>])
argument
: optional_argument
parser
: uwsgi_opt_set_str
help
: enable check of SCM_CREDENTIALS for tuntap client/server
argument
: required_argument
parser
: uwsgi_tuntap_opt_firewall
help
: add a firewall rule to the tuntap router (syntax: <action> <src/mask> <dst/mask>)
argument
: required_argument
parser
: uwsgi_tuntap_opt_firewall
help
: add a firewall rule to the tuntap router (syntax: <action> <src/mask> <dst/mask>)
argument
: required_argument
parser
: uwsgi_tuntap_opt_route
help
: add a routing rule to the tuntap router (syntax: <src/mask> <dst/mask> <gateway>)
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: run the tuntap router stats server
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a tuntap device rule (syntax: <direction> <src/mask> <dst/mask> <action> [target])
argument
: no_argument
parser
: uwsgi_opt_true
help
: enable ugreen coroutine subsystem
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: set ugreen stack size in pages
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: load a javascript file
argument
: required_argument
parser
: uwsgi_opt_set_int
help
: put v8 in preemptive move (single isolate) with the specified frequency
argument
: required_argument
parser
: uwsgi_opt_set_64bit
help
: set the v8 garbage collection frequency
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: set the v8 modules search path
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: load the specified JSGI 3.0 application
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: map a filesystem directory as a webdav store
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a css url for automatic webdav directory listing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a javascript url for automatic webdav directory listing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a javascript url for automatic webdav directory listing
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MIME
help
: set the css directory class for automatic webdav directory listing
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MIME
help
: set the div id for automatic webdav directory listing
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MIME
help
: set the cache to use for webdav locking
argument
: required_argument
parser
: uwsgi_opt_set_str
flags
: UWSGI_OPT_MIME
help
: enable WebDAV Current Principal Extension using the specified base
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV standard to the OPTIONS response
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all resources
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all collections
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all objects
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all resources (href value)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all collections (href value)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all objects (href value)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all resources (xml value)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all collections (xml value)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV property to all objects (xml value)
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV resourcetype property to all resources
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV resourcetype property to all collections
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: add a WebDAV resourcetype property to all objects
argument
: required_argument
parser
: uwsgi_opt_add_string_list
flags
: UWSGI_OPT_MIME
help
: do not add the specified prop if available in resource xattr
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: add a document_root for xslt processing
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: search for xslt stylesheets with the specified extension
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: get the xslt stylesheet path from the specified request var
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: if no xslt stylesheet file can be found, use the specified one
argument
: required_argument
parser
: uwsgi_opt_set_str
help
: set the content-type for the xslt rsult (default: text/html)
argument
: optional_argument
parser
: uwsgi_opt_zabbix_template
flags
: UWSGI_OPT_METRICS
help
: print (or store to a file) the zabbix template for the current metrics setup
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: start a zergpool on specified address for specified address
argument
: required_argument
parser
: uwsgi_opt_add_string_list
help
: start a zergpool on specified address for specified address