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" 21*1825Sthresh@nginx.com --mandir=DIRECTORY set man pages directory name, default: "$NXT_MANDIR" 22265Smax.romanov@nginx.com --modules=DIRECTORY set modules directory name, default: "$NXT_MODULES" 23314Svbart@nginx.com --state=DIRECTORY set state directory name, default: "$NXT_STATE" 241403Smax.romanov@nginx.com --tmp=DIRECTORY set tmp directory name, default: "$NXT_TMP" 25265Smax.romanov@nginx.com 26239Sigor@sysoev.ru --pid=FILE set pid filename, default: "$NXT_PID" 27239Sigor@sysoev.ru --log=FILE set log filename, default: "$NXT_LOG" 28235Sigor@sysoev.ru 29235Sigor@sysoev.ru --control=ADDRESS set address of control API socket 30239Sigor@sysoev.ru default: "$NXT_CONTROL" 31235Sigor@sysoev.ru 32235Sigor@sysoev.ru --user=USER set non-privileged processes to run as specified user 33239Sigor@sysoev.ru default: "$NXT_USER" 34235Sigor@sysoev.ru --group=GROUP set non-privileged processes to run as specified group 35235Sigor@sysoev.ru default: user's primary group 36235Sigor@sysoev.ru 37235Sigor@sysoev.ru --no-ipv6 disable IPv6 support 38235Sigor@sysoev.ru --no-unix-sockets disable Unix domain sockets support 391721Saxel.duch@nginx.com --no-regex disable regular expression support 401721Saxel.duch@nginx.com --no-pcre2 force using PCRE library 41235Sigor@sysoev.ru 42795Svbart@nginx.com --openssl enable OpenSSL library usage 43795Svbart@nginx.com 44235Sigor@sysoev.ru --debug enable debug logging 45235Sigor@sysoev.ru 46235Sigor@sysoev.ru 47235Sigor@sysoev.ru python OPTIONS configure Python module 48235Sigor@sysoev.ru run "./configure python --help" to see available options 49235Sigor@sysoev.ru 50235Sigor@sysoev.ru php OPTIONS configure PHP module 51235Sigor@sysoev.ru run "./configure php --help" to see available options 52235Sigor@sysoev.ru 53235Sigor@sysoev.ru go OPTIONS configure Go module 54235Sigor@sysoev.ru run "./configure go --help" to see available options 55235Sigor@sysoev.ru 56510Salexander.borisov@nginx.com perl OPTIONS configure Perl module 57510Salexander.borisov@nginx.com run "./configure perl --help" to see available options 58510Salexander.borisov@nginx.com 59584Salexander.borisov@nginx.com ruby OPTIONS configure Ruby module 60584Salexander.borisov@nginx.com run "./configure ruby --help" to see available options 61584Salexander.borisov@nginx.com 62829Spluknet@nginx.com nodejs OPTIONS configure Node.js module 63829Spluknet@nginx.com run "./configure nodejs --help" to see available options 64829Spluknet@nginx.com 651056Smax.romanov@nginx.com java OPTIONS configure Java module 661056Smax.romanov@nginx.com run "./configure java --help" to see available options 671056Smax.romanov@nginx.com 68235Sigor@sysoev.ruEND 69