blob: 0640f8c84d37fcf08e1818071840f98542cbc13a [file] [log] [blame]
Igor Sysoeva8fa0a62003-11-25 20:44:56 +00001
Igor Sysoevff8da912004-09-29 16:00:49 +00002# Copyright (C) Igor Sysoev
3
Igor Sysoevc0edbcc2004-10-21 15:34:38 +00004
Igor Sysoevdc867cd2003-12-14 20:10:27 +00005help=no
Igor Sysoeva8fa0a62003-11-25 20:44:56 +00006
Igor Sysoevf6906042004-11-25 16:17:31 +00007NGX_PREFIX=
8NGX_SBIN_PATH=
Igor Sysoeva1df4162007-07-29 18:05:45 +00009NGX_CONF_PREFIX=
Igor Sysoevf6906042004-11-25 16:17:31 +000010NGX_CONF_PATH=
11NGX_ERROR_LOG_PATH=
12NGX_PID_PATH=
Igor Sysoevffe71442006-02-08 15:33:12 +000013NGX_LOCK_PATH=
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000014NGX_USER=
15NGX_GROUP=
Igor Sysoev090849d2004-05-18 20:28:54 +000016
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000017CC=${CC:-gcc}
Igor Sysoeva893eab2004-03-11 21:34:52 +000018CPP=
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000019NGX_OBJS=objs
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000020
Igor Sysoevf6906042004-11-25 16:17:31 +000021NGX_DEBUG=NO
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000022NGX_CC_OPT=
23NGX_LD_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +000024CPU=NO
Igor Sysoev24b56c92004-03-10 17:55:19 +000025
Igor Sysoevf6906042004-11-25 16:17:31 +000026NGX_TEST_BUILD_DEVPOLL=NO
Igor Sysoev4524fb02006-09-26 12:20:12 +000027NGX_TEST_BUILD_EVENTPORT=NO
Igor Sysoevf6906042004-11-25 16:17:31 +000028NGX_TEST_BUILD_EPOLL=NO
29NGX_TEST_BUILD_RTSIG=NO
Igor Sysoev42b12b32004-12-02 18:40:46 +000030NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000031
Igor Sysoevf6906042004-11-25 16:17:31 +000032NGX_PLATFORM=
Igor Sysoev1b735832004-11-11 14:07:14 +000033NGX_WINE=
34
Igor Sysoeva4b16df2004-02-02 21:19:52 +000035EVENT_FOUND=NO
36
Igor Sysoev9139cd22004-02-17 17:53:12 +000037EVENT_RTSIG=NO
Igor Sysoeva4b16df2004-02-02 21:19:52 +000038EVENT_SELECT=NO
39EVENT_POLL=NO
40EVENT_AIO=NO
Igor Sysoev5c8c52f2004-01-23 09:26:18 +000041
Igor Sysoevb54698b2004-02-23 20:57:12 +000042USE_THREADS=NO
43
Igor Sysoev980a9242004-09-05 19:54:02 +000044HTTP=YES
Igor Sysoev02025fd2005-01-18 13:03:58 +000045
46NGX_HTTP_LOG_PATH=
47NGX_HTTP_CLIENT_TEMP_PATH=
48NGX_HTTP_PROXY_TEMP_PATH=
49NGX_HTTP_FASTCGI_TEMP_PATH=
50
Igor Sysoev3d5c0fc2004-06-22 16:43:09 +000051HTTP_CHARSET=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000052HTTP_GZIP=YES
Igor Sysoev75569452004-07-08 15:17:47 +000053HTTP_SSL=NO
Igor Sysoev11d75322005-03-01 15:20:36 +000054HTTP_SSI=YES
Igor Sysoev899b44e2005-05-12 14:58:06 +000055HTTP_POSTPONE=NO
Igor Sysoev09c684b2005-11-09 17:25:55 +000056HTTP_REALIP=NO
Igor Sysoevd9bb8e32007-04-19 17:54:23 +000057HTTP_SUB=NO
Igor Sysoev6d16e1e2006-04-05 13:40:54 +000058HTTP_ADDITION=NO
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +000059HTTP_DAV=NO
Igor Sysoev59f3aa32004-06-24 16:07:04 +000060HTTP_ACCESS=YES
Igor Sysoev4d656dc2005-03-22 16:02:46 +000061HTTP_AUTH_BASIC=YES
Igor Sysoev967fd632004-08-27 15:40:59 +000062HTTP_USERID=YES
Igor Sysoev723e6cc2004-10-25 15:29:23 +000063HTTP_AUTOINDEX=YES
Igor Sysoev6d2a14a2004-09-27 16:03:21 +000064HTTP_STATUS=NO
Igor Sysoev805d9db2005-02-03 19:33:37 +000065HTTP_GEO=YES
Igor Sysoev24025022005-12-16 15:07:08 +000066HTTP_MAP=YES
Igor Sysoev0e5dc5c2005-11-15 13:30:52 +000067HTTP_REFERER=YES
Igor Sysoevc83f6832004-06-24 07:53:37 +000068HTTP_REWRITE=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000069HTTP_PROXY=YES
Igor Sysoev02025fd2005-01-18 13:03:58 +000070HTTP_FASTCGI=YES
Igor Sysoev9bf11aa2006-01-16 14:56:53 +000071HTTP_PERL=NO
Igor Sysoevc31a9bb2005-11-26 10:11:11 +000072HTTP_MEMCACHED=YES
Igor Sysoev138e3842007-01-06 18:52:46 +000073HTTP_LIMIT_ZONE=YES
Igor Sysoev0e5dc5c2005-11-15 13:30:52 +000074HTTP_EMPTY_GIF=YES
Igor Sysoev3383ff62006-09-18 12:25:07 +000075HTTP_BROWSER=YES
Igor Sysoevb5050062006-10-09 14:17:36 +000076HTTP_FLV=NO
Igor Sysoev3d2fd182006-12-04 16:46:13 +000077HTTP_UPSTREAM_IP_HASH=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000078
Igor Sysoevaa828612005-02-09 14:31:07 +000079# STUB
80HTTP_STUB_STATUS=NO
81
Igor Sysoev02c8d182007-03-19 13:36:56 +000082MAIL=NO
83MAIL_SSL=NO
Igor Sysoev59cf56c2004-09-07 15:29:22 +000084
Igor Sysoev1ebfead2005-02-16 13:40:36 +000085NGX_ADDONS=
Igor Sysoevd43bee82004-11-20 19:52:20 +000086
Igor Sysoeve9b2cb12004-02-09 20:47:18 +000087USE_PCRE=NO
Igor Sysoev43c3cd92004-02-19 08:45:27 +000088PCRE=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +000089PCRE_OPT=
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000090
Igor Sysoev0599b112004-07-25 18:34:14 +000091USE_OPENSSL=NO
92OPENSSL=NONE
93
Igor Sysoeva4b16df2004-02-02 21:19:52 +000094USE_MD5=NO
Igor Sysoev7af6b162004-02-09 07:46:43 +000095MD5=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +000096MD5_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +000097MD5_ASM=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000098
Igor Sysoevafd7ec52006-05-29 17:28:12 +000099USE_SHA1=NO
100SHA1=NONE
101SHA1_OPT=
102SHA1_ASM=NO
103
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000104USE_ZLIB=NO
Igor Sysoev7af6b162004-02-09 07:46:43 +0000105ZLIB=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +0000106ZLIB_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +0000107ZLIB_ASM=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000108
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000109USE_PERL=NO
110NGX_PERL=perl
111
Igor Sysoev24025022005-12-16 15:07:08 +0000112NGX_CPU_CACHE_LINE=
113
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000114
115for option
116do
117 case "$option" in
118 -*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
119 *) value="" ;;
120 esac
121
122 case "$option" in
Igor Sysoevdc867cd2003-12-14 20:10:27 +0000123 --help) help=yes ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000124
Igor Sysoevf6906042004-11-25 16:17:31 +0000125 --prefix=*) NGX_PREFIX="$value" ;;
126 --sbin-path=*) NGX_SBIN_PATH="$value" ;;
Igor Sysoeva1df4162007-07-29 18:05:45 +0000127 --sysconfdir=*) NGX_CONF_PREFIX="$value" ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000128 --conf-path=*) NGX_CONF_PATH="$value" ;;
129 --error-log-path=*) NGX_ERROR_LOG_PATH="$value";;
130 --pid-path=*) NGX_PID_PATH="$value" ;;
Igor Sysoevffe71442006-02-08 15:33:12 +0000131 --lock-path=*) NGX_LOCK_PATH="$value" ;;
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000132 --user=*) NGX_USER="$value" ;;
133 --group=*) NGX_GROUP="$value" ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000134
Igor Sysoevf6906042004-11-25 16:17:31 +0000135 --crossbuild=*) NGX_PLATFORM="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000136
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000137 --builddir=*) NGX_OBJS="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000138
Igor Sysoev9139cd22004-02-17 17:53:12 +0000139 --with-rtsig_module) EVENT_RTSIG=YES ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000140 --with-select_module) EVENT_SELECT=YES ;;
Igor Sysoeve9b2cb12004-02-09 20:47:18 +0000141 --without-select_module) EVENT_SELECT=NONE ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000142 --with-poll_module) EVENT_POLL=YES ;;
Igor Sysoeve9b2cb12004-02-09 20:47:18 +0000143 --without-poll_module) EVENT_POLL=NONE ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000144 --with-aio_module) EVENT_AIO=YES ;;
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000145
Igor Sysoevb54698b2004-02-23 20:57:12 +0000146 --with-threads=*) USE_THREADS="$value" ;;
147 --with-threads) USE_THREADS="pthreads" ;;
148
Igor Sysoev980a9242004-09-05 19:54:02 +0000149 --without-http) HTTP=NO ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000150 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
Igor Sysoev02025fd2005-01-18 13:03:58 +0000151 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
152 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
153 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
Igor Sysoev980a9242004-09-05 19:54:02 +0000154
Igor Sysoev75569452004-07-08 15:17:47 +0000155 --with-http_ssl_module) HTTP_SSL=YES ;;
Igor Sysoev09c684b2005-11-09 17:25:55 +0000156 --with-http_realip_module) HTTP_REALIP=YES ;;
Igor Sysoev6d16e1e2006-04-05 13:40:54 +0000157 --with-http_addition_module) HTTP_ADDITION=YES ;;
Igor Sysoevd9bb8e32007-04-19 17:54:23 +0000158 --with-http_sub_module) HTTP_SUB=YES ;;
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +0000159 --with-http_dav_module) HTTP_DAV=YES ;;
Igor Sysoevb5050062006-10-09 14:17:36 +0000160 --with-http_flv_module) HTTP_FLV=YES ;;
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +0000161
Igor Sysoev3d5c0fc2004-06-22 16:43:09 +0000162 --without-http_charset_module) HTTP_CHARSET=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000163 --without-http_gzip_module) HTTP_GZIP=NO ;;
Igor Sysoev75569452004-07-08 15:17:47 +0000164 --without-http_ssi_module) HTTP_SSI=NO ;;
Igor Sysoev967fd632004-08-27 15:40:59 +0000165 --without-http_userid_module) HTTP_USERID=NO ;;
Igor Sysoeva7c4a2a2004-08-29 03:55:41 +0000166 --without-http_access_module) HTTP_ACCESS=NO ;;
Igor Sysoev4d656dc2005-03-22 16:02:46 +0000167 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
Igor Sysoev723e6cc2004-10-25 15:29:23 +0000168 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
Igor Sysoevc83f6832004-06-24 07:53:37 +0000169 --without-http_status_module) HTTP_STATUS=NO ;;
Igor Sysoev805d9db2005-02-03 19:33:37 +0000170 --without-http_geo_module) HTTP_GEO=NO ;;
Igor Sysoev24025022005-12-16 15:07:08 +0000171 --without-http_map_module) HTTP_MAP=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000172 --without-http_referer_module) HTTP_REFERER=NO ;;
Igor Sysoevc83f6832004-06-24 07:53:37 +0000173 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000174 --without-http_proxy_module) HTTP_PROXY=NO ;;
Igor Sysoev02025fd2005-01-18 13:03:58 +0000175 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000176 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
Igor Sysoev138e3842007-01-06 18:52:46 +0000177 --without-http_limit_zone_module) HTTP_LIMIT_ZONE=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000178 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
Igor Sysoev3383ff62006-09-18 12:25:07 +0000179 --without-http_browser_module) HTTP_BROWSER=NO ;;
Igor Sysoev3d2fd182006-12-04 16:46:13 +0000180 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000181
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000182 --with-http_perl_module) HTTP_PERL=YES ;;
183 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
184 --with-perl=*) NGX_PERL="$value" ;;
185
Igor Sysoevaa828612005-02-09 14:31:07 +0000186 # STUB
187 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
188
Igor Sysoev02c8d182007-03-19 13:36:56 +0000189 --with-mail) MAIL=YES ;;
190 --with-mail_ssl_module) MAIL_SSL=YES ;;
191 # STUB
192 --with-imap) MAIL=YES ;;
193 --with-imap_ssl_module) MAIL_SSL=YES ;;
Igor Sysoev59cf56c2004-09-07 15:29:22 +0000194
Igor Sysoev1ebfead2005-02-16 13:40:36 +0000195 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
Igor Sysoevd43bee82004-11-20 19:52:20 +0000196
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000197 --with-cc=*) CC="$value" ;;
Igor Sysoeva893eab2004-03-11 21:34:52 +0000198 --with-cpp=*) CPP="$value" ;;
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000199 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
200 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000201 --with-cpu-opt=*) CPU="$value" ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000202 --with-debug) NGX_DEBUG=YES ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000203
Igor Sysoevbb1ba3f2004-02-19 16:48:14 +0000204 --without-pcre) USE_PCRE=DISABLED ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000205 --with-pcre=*) PCRE="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000206 --with-pcre-opt=*) PCRE_OPT="$value" ;;
207
Igor Sysoev0599b112004-07-25 18:34:14 +0000208 --with-openssl=*) OPENSSL="$value" ;;
Igor Sysoevc1571722005-03-19 12:38:37 +0000209 --with-openssl-opt=*) OPENSSL_OPT="$value" ;;
Igor Sysoev0599b112004-07-25 18:34:14 +0000210
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000211 --with-md5=*) MD5="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000212 --with-md5-opt=*) MD5_OPT="$value" ;;
213 --with-md5-asm) MD5_ASM=YES ;;
214
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000215 --with-sha1=*) SHA1="$value" ;;
216 --with-sha1-opt=*) SHA1_OPT="$value" ;;
217 --with-sha1-asm) SHA1_ASM=YES ;;
218
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000219 --with-zlib=*) ZLIB="$value" ;;
Igor Sysoev24b56c92004-03-10 17:55:19 +0000220 --with-zlib-opt=*) ZLIB_OPT="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000221 --with-zlib-asm=*) ZLIB_ASM="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000222
Igor Sysoevf6906042004-11-25 16:17:31 +0000223 --test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;;
Igor Sysoev4524fb02006-09-26 12:20:12 +0000224 --test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000225 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
226 --test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
Igor Sysoev42b12b32004-12-02 18:40:46 +0000227 --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000228
229 *)
230 echo "$0: error: invalid option \"$option\""
231 exit 1
232 ;;
233 esac
234done
235
236
Igor Sysoevdc867cd2003-12-14 20:10:27 +0000237if [ $help = yes ]; then
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000238
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000239cat << END
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000240
Igor Sysoev02025fd2005-01-18 13:03:58 +0000241 --help this message
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000242
Igor Sysoev02025fd2005-01-18 13:03:58 +0000243 --prefix=PATH set the installation prefix
244 --sbin-path=PATH set path to the nginx binary file
Igor Sysoeva1df4162007-07-29 18:05:45 +0000245 --sysconfdir=PATH set the configuration prefix
Igor Sysoev02025fd2005-01-18 13:03:58 +0000246 --conf-path=PATH set path to the nginx.conf file
247 --error-log-path=PATH set path to the error log
248 --pid-path=PATH set path to nginx.pid file
Igor Sysoevffe71442006-02-08 15:33:12 +0000249 --lock-path=PATH set path to nginx.lock file
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000250
Igor Sysoev02025fd2005-01-18 13:03:58 +0000251 --user=USER set non-privilege user
252 for the worker processes
253 --group=GROUP set non-privilege group
254 for the worker processes
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000255
Igor Sysoev02025fd2005-01-18 13:03:58 +0000256 --builddir=DIR set the build directory
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000257
Igor Sysoev02025fd2005-01-18 13:03:58 +0000258 --with-rtsig_module enable rtsig module
259 --with-select_module enable select module
260 --without-select_module disable select module
261 --with-poll_module enable poll module
262 --without-poll_module disable poll module
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000263
Igor Sysoev02025fd2005-01-18 13:03:58 +0000264 --with-http_ssl_module enable ngx_http_ssl_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000265 --with-http_realip_module enable ngx_http_realip_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000266 --with-http_addition_module enable ngx_http_addition_module
Igor Sysoevd9bb8e32007-04-19 17:54:23 +0000267 --with-http_sub_module enable ngx_http_sub_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000268 --with-http_dav_module enable ngx_http_dav_module
Igor Sysoevb5050062006-10-09 14:17:36 +0000269 --with-http_flv_module enable ngx_http_flv_module
Igor Sysoev60e84402007-05-01 19:55:25 +0000270 --with-http_stub_status_module enable ngx_http_stub_status_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000271
Igor Sysoev02025fd2005-01-18 13:03:58 +0000272 --without-http_charset_module disable ngx_http_charset_module
273 --without-http_gzip_module disable ngx_http_gzip_module
Igor Sysoevc1571722005-03-19 12:38:37 +0000274 --without-http_ssi_module disable ngx_http_ssi_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000275 --without-http_userid_module disable ngx_http_userid_module
276 --without-http_access_module disable ngx_http_access_module
Igor Sysoev4d656dc2005-03-22 16:02:46 +0000277 --without-http_auth_basic_module disable ngx_http_auth_basic_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000278 --without-http_autoindex_module disable ngx_http_autoindex_module
Igor Sysoev805d9db2005-02-03 19:33:37 +0000279 --without-http_geo_module disable ngx_http_geo_module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000280 --without-http_map_module disable ngx_http_map_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000281 --without-http_referer_module disable ngx_http_referer_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000282 --without-http_rewrite_module disable ngx_http_rewrite_module
283 --without-http_proxy_module disable ngx_http_proxy_module
284 --without-http_fastcgi_module disable ngx_http_fastcgi_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000285 --without-http_memcached_module disable ngx_http_memcached_module
Igor Sysoev138e3842007-01-06 18:52:46 +0000286 --without-http_limit_zone_module disable ngx_http_limit_zone_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000287 --without-http_empty_gif_module disable ngx_http_empty_gif_module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000288 --without-http_browser_module disable ngx_http_browser_module
Igor Sysoev3d2fd182006-12-04 16:46:13 +0000289 --without-http_upstream_ip_hash_module
290 disable ngx_http_upstream_ip_hash_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000291
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000292 --with-http_perl_module enable ngx_http_perl_module
293 --with-perl_modules_path=PATH set path to the perl modules
294 --with-perl=PATH set path to the perl binary
295
Igor Sysoev02025fd2005-01-18 13:03:58 +0000296 --http-log-path=PATH set path to the http access log
297 --http-client-body-temp-path=PATH set path to the http client request body
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000298 temporary files
299 --http-proxy-temp-path=PATH set path to the http proxy temporary files
Igor Sysoev02025fd2005-01-18 13:03:58 +0000300 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000301 files
Igor Sysoev02025fd2005-01-18 13:03:58 +0000302
Igor Sysoev187b7d92005-07-14 12:51:53 +0000303 --without-http disable HTTP server
304
Igor Sysoev02c8d182007-03-19 13:36:56 +0000305 --with-mail enable IMAP4/POP3/SMTP proxy module
306 --with-mail_ssl_module enable ngx_mail_ssl_module
Igor Sysoev187b7d92005-07-14 12:51:53 +0000307
Igor Sysoev60e84402007-05-01 19:55:25 +0000308 --add-module=PATH enable an external module
309
Igor Sysoev02025fd2005-01-18 13:03:58 +0000310 --with-cc=PATH set path to C compiler
311 --with-cpp=PATH set path to C preprocessor
312 --with-cc-opt=OPTIONS set additional options for C compiler
313 --with-ld-opt=OPTIONS set additional options for linker
314 --with-cpu-opt=CPU build for specified CPU, the valid values:
Igor Sysoevc2807ec2006-02-16 15:26:46 +0000315 pentium, pentiumpro, pentium3, pentium4,
316 athlon, opteron, sparc32, sparc64, ppc64
Igor Sysoev02025fd2005-01-18 13:03:58 +0000317
318 --without-pcre disable PCRE libarary usage
319 --with-pcre=DIR set path to PCRE library sources
320 --with-pcre-opt=OPTIONS set additional options for PCRE building
321
322 --with-md5=DIR set path to md5 library sources
323 --with-md5-opt=OPTIONS set additional options for md5 building
324 --with-md5-asm use md5 assembler sources
325
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000326 --with-sha1=DIR set path to sha1 library sources
327 --with-sha1-opt=OPTIONS set additional options for sha1 building
328 --with-sha1-asm use sha1 assembler sources
329
Igor Sysoev02025fd2005-01-18 13:03:58 +0000330 --with-zlib=DIR set path to zlib library sources
331 --with-zlib-opt=OPTIONS set additional options for zlib building
332 --with-zlib-asm=CPU use zlib assembler sources optimized
333 for specified CPU, the valid values:
334 pentium, pentiumpro
335
336 --with-openssl=DIR set path to OpenSSL library sources
Igor Sysoevc1571722005-03-19 12:38:37 +0000337 --with-openssl-opt=OPTIONS set additional options for OpenSSL building
Igor Sysoev02025fd2005-01-18 13:03:58 +0000338
339 --with-debug enable the debugging logging
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000340
341END
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000342
343 exit 1
344fi
Igor Sysoev732a2712004-04-21 18:54:33 +0000345
346
Igor Sysoev562626a2004-09-14 05:45:22 +0000347if [ $HTTP = NO ]; then
348 HTTP_CHARSET=NO
349 HTTP_GZIP=NO
350 HTTP_SSI=NO
351 HTTP_USERID=NO
352 HTTP_ACCESS=NO
353 HTTP_STATUS=NO
354 HTTP_REWRITE=NO
355 HTTP_PROXY=NO
Igor Sysoev02025fd2005-01-18 13:03:58 +0000356 HTTP_FASTCGI=NO
Igor Sysoev562626a2004-09-14 05:45:22 +0000357fi
358
359
Igor Sysoevf6906042004-11-25 16:17:31 +0000360if [ ".$NGX_PLATFORM" = ".win32" ]; then
Igor Sysoev1b735832004-11-11 14:07:14 +0000361 NGX_WINE=$WINE
Igor Sysoev732a2712004-04-21 18:54:33 +0000362fi
Igor Sysoev090849d2004-05-18 20:28:54 +0000363
364
Igor Sysoevb1dfe472004-12-21 12:30:30 +0000365NGX_PREFIX=${NGX_PREFIX:-/usr/local/nginx}
Igor Sysoeva1df4162007-07-29 18:05:45 +0000366NGX_CONF_PREFIX=${NGX_CONF_PREFIX:-$NGX_PREFIX}
Igor Sysoev090849d2004-05-18 20:28:54 +0000367
Igor Sysoev090849d2004-05-18 20:28:54 +0000368
Igor Sysoevf6906042004-11-25 16:17:31 +0000369case ".$NGX_SBIN_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000370 ./*)
371 ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000372
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000373 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000374 NGX_SBIN_PATH=$NGX_PREFIX/sbin/nginx
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000375 ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000376
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000377 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000378 NGX_SBIN_PATH=$NGX_PREFIX/$NGX_SBIN_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000379 ;;
380esac
Igor Sysoev090849d2004-05-18 20:28:54 +0000381
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000382
Igor Sysoevf6906042004-11-25 16:17:31 +0000383case ".$NGX_CONF_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000384 ./*)
385 ;;
386
387 .)
Igor Sysoeva1df4162007-07-29 18:05:45 +0000388 NGX_CONF_PATH=$NGX_CONF_PREFIX/conf/nginx.conf
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000389 ;;
390
391 *)
Igor Sysoeva1df4162007-07-29 18:05:45 +0000392 NGX_CONF_PATH=$NGX_CONF_PREFIX/$NGX_CONF_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000393 ;;
394esac
395
396
Igor Sysoevf6906042004-11-25 16:17:31 +0000397case ".$NGX_PID_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000398 ./*)
399 ;;
400
401 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000402 NGX_PID_PATH=$NGX_PREFIX/logs/nginx.pid
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000403 ;;
404
405 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000406 NGX_PID_PATH=$NGX_PREFIX/$NGX_PID_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000407 ;;
408esac
409
410
Igor Sysoevffe71442006-02-08 15:33:12 +0000411case ".$NGX_LOCK_PATH" in
412 ./*)
413 ;;
414
415 .)
416 NGX_LOCK_PATH=$NGX_PREFIX/logs/nginx.lock
417 ;;
418
419 *)
420 NGX_LOCK_PATH=$NGX_PREFIX/$NGX_LOCK_PATH
421 ;;
422esac
423
424
Igor Sysoevf6906042004-11-25 16:17:31 +0000425case ".$NGX_ERROR_LOG_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000426 ./*)
427 ;;
428
429 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000430 NGX_ERROR_LOG_PATH=$NGX_PREFIX/logs/error.log
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000431 ;;
432
Igor Sysoevff8da912004-09-29 16:00:49 +0000433 .stderr)
Igor Sysoevf6906042004-11-25 16:17:31 +0000434 NGX_ERROR_LOG_PATH=
Igor Sysoevff8da912004-09-29 16:00:49 +0000435 ;;
436
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000437 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000438 NGX_ERROR_LOG_PATH=$NGX_PREFIX/$NGX_ERROR_LOG_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000439 ;;
440esac
441
442
Igor Sysoevf6906042004-11-25 16:17:31 +0000443case ".$NGX_HTTP_LOG_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000444 ./*)
445 ;;
446
447 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000448 NGX_HTTP_LOG_PATH=$NGX_PREFIX/logs/access.log
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000449 ;;
450
451 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000452 NGX_HTTP_LOG_PATH=$NGX_PREFIX/$NGX_HTTP_LOG_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000453 ;;
454esac
Igor Sysoev02025fd2005-01-18 13:03:58 +0000455
456
457case ".$NGX_HTTP_CLIENT_TEMP_PATH" in
458 ./*)
459 ;;
460
461 .)
462 NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/client_body_temp
463 ;;
464
465 *)
466 NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_CLIENT_TEMP_PATH
467 ;;
468esac
469
470
471case ".$NGX_HTTP_PROXY_TEMP_PATH" in
472 ./*)
473 ;;
474
475 .)
476 NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/proxy_temp
477 ;;
478
479 *)
480 NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_PROXY_TEMP_PATH
481 ;;
482esac
483
484
485case ".$NGX_HTTP_FASTCGI_TEMP_PATH" in
486 ./*)
487 ;;
488
489 .)
490 NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/fastcgi_temp
491 ;;
492
493 *)
494 NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_FASTCGI_TEMP_PATH
495 ;;
496esac
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000497
498
499case ".$NGX_PERL_MODULES" in
500 ./*)
501 ;;
502
503 .)
504 ;;
505
506 *)
507 NGX_PERL_MODULES=$NGX_PREFIX/$NGX_PERL_MODULES
508 ;;
509esac