xref: /unit/auto/help (revision 1721)
1235Sigor@sysoev.ru
2235Sigor@sysoev.ru# Copyright (C) Igor Sysoev
3235Sigor@sysoev.ru# Copyright (C) NGINX, Inc.
4235Sigor@sysoev.ru
5235Sigor@sysoev.ru
6235Sigor@sysoev.rucat << END
7235Sigor@sysoev.ru
8235Sigor@sysoev.ru./configure options:
9235Sigor@sysoev.ru
10239Sigor@sysoev.ru  --cc=FILE            set C compiler filename, default: "$CC"
11235Sigor@sysoev.ru  --cc-opt=OPTIONS     set additional C compiler options
12235Sigor@sysoev.ru  --ld-opt=OPTIONS     set additional linker options
13235Sigor@sysoev.ru
14239Sigor@sysoev.ru  --prefix=DIRECTORY   set prefix for relative pathnames, default: none
15265Smax.romanov@nginx.com  --bindir=DIRECTORY   set user executables directory name
16265Smax.romanov@nginx.com                       default: "$NXT_BINDIR"
17265Smax.romanov@nginx.com  --sbindir=DIRECTORY  set system admin executables directory name
18265Smax.romanov@nginx.com                       default: "$NXT_SBINDIR"
19805Smax.romanov@nginx.com  --libdir=DIRECTORY   set library directory name, default: "$NXT_LIBDIR"
20805Smax.romanov@nginx.com  --incdir=DIRECTORY   set includes directory name, default: "$NXT_INCDIR"
21265Smax.romanov@nginx.com  --modules=DIRECTORY  set modules directory name, default: "$NXT_MODULES"
22314Svbart@nginx.com  --state=DIRECTORY    set state directory name, default: "$NXT_STATE"
231403Smax.romanov@nginx.com  --tmp=DIRECTORY      set tmp directory name, default: "$NXT_TMP"
24265Smax.romanov@nginx.com
25239Sigor@sysoev.ru  --pid=FILE           set pid filename, default: "$NXT_PID"
26239Sigor@sysoev.ru  --log=FILE           set log filename, default: "$NXT_LOG"
27235Sigor@sysoev.ru
28235Sigor@sysoev.ru  --control=ADDRESS    set address of control API socket
29239Sigor@sysoev.ru                       default: "$NXT_CONTROL"
30235Sigor@sysoev.ru
31235Sigor@sysoev.ru  --user=USER          set non-privileged processes to run as specified user
32239Sigor@sysoev.ru                       default: "$NXT_USER"
33235Sigor@sysoev.ru  --group=GROUP        set non-privileged processes to run as specified group
34235Sigor@sysoev.ru                       default: user's primary group
35235Sigor@sysoev.ru
36235Sigor@sysoev.ru  --no-ipv6            disable IPv6 support
37235Sigor@sysoev.ru  --no-unix-sockets    disable Unix domain sockets support
38*1721Saxel.duch@nginx.com  --no-regex           disable regular expression support
39*1721Saxel.duch@nginx.com  --no-pcre2           force using PCRE library
40235Sigor@sysoev.ru
41795Svbart@nginx.com  --openssl            enable OpenSSL library usage
42795Svbart@nginx.com
43235Sigor@sysoev.ru  --debug              enable debug logging
44235Sigor@sysoev.ru
45235Sigor@sysoev.ru
46235Sigor@sysoev.ru  python OPTIONS       configure Python module
47235Sigor@sysoev.ru                       run "./configure python --help" to see available options
48235Sigor@sysoev.ru
49235Sigor@sysoev.ru  php OPTIONS          configure PHP module
50235Sigor@sysoev.ru                       run "./configure php --help" to see available options
51235Sigor@sysoev.ru
52235Sigor@sysoev.ru  go OPTIONS           configure Go module
53235Sigor@sysoev.ru                       run "./configure go --help" to see available options
54235Sigor@sysoev.ru
55510Salexander.borisov@nginx.com  perl OPTIONS         configure Perl module
56510Salexander.borisov@nginx.com                       run "./configure perl --help" to see available options
57510Salexander.borisov@nginx.com
58584Salexander.borisov@nginx.com  ruby OPTIONS         configure Ruby module
59584Salexander.borisov@nginx.com                       run "./configure ruby --help" to see available options
60584Salexander.borisov@nginx.com
61829Spluknet@nginx.com  nodejs OPTIONS       configure Node.js module
62829Spluknet@nginx.com                       run "./configure nodejs --help" to see available options
63829Spluknet@nginx.com
641056Smax.romanov@nginx.com  java OPTIONS         configure Java module
651056Smax.romanov@nginx.com                       run "./configure java --help" to see available options
661056Smax.romanov@nginx.com
67235Sigor@sysoev.ruEND
68