blob: 934edaaa62e4e861adcc1fdaee39c6d592e8f908 [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 Sysoev274b63e2007-09-19 12:14:05 +000026NGX_RPATH=NO
27
Igor Sysoevf6906042004-11-25 16:17:31 +000028NGX_TEST_BUILD_DEVPOLL=NO
Igor Sysoev4524fb02006-09-26 12:20:12 +000029NGX_TEST_BUILD_EVENTPORT=NO
Igor Sysoevf6906042004-11-25 16:17:31 +000030NGX_TEST_BUILD_EPOLL=NO
31NGX_TEST_BUILD_RTSIG=NO
Igor Sysoev42b12b32004-12-02 18:40:46 +000032NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000033
Igor Sysoevf6906042004-11-25 16:17:31 +000034NGX_PLATFORM=
Igor Sysoev1b735832004-11-11 14:07:14 +000035NGX_WINE=
36
Igor Sysoeva4b16df2004-02-02 21:19:52 +000037EVENT_FOUND=NO
38
Igor Sysoev9139cd22004-02-17 17:53:12 +000039EVENT_RTSIG=NO
Igor Sysoeva4b16df2004-02-02 21:19:52 +000040EVENT_SELECT=NO
41EVENT_POLL=NO
42EVENT_AIO=NO
Igor Sysoev5c8c52f2004-01-23 09:26:18 +000043
Igor Sysoevb54698b2004-02-23 20:57:12 +000044USE_THREADS=NO
45
Igor Sysoev980a9242004-09-05 19:54:02 +000046HTTP=YES
Igor Sysoev02025fd2005-01-18 13:03:58 +000047
48NGX_HTTP_LOG_PATH=
49NGX_HTTP_CLIENT_TEMP_PATH=
50NGX_HTTP_PROXY_TEMP_PATH=
51NGX_HTTP_FASTCGI_TEMP_PATH=
52
Igor Sysoev3d5c0fc2004-06-22 16:43:09 +000053HTTP_CHARSET=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000054HTTP_GZIP=YES
Igor Sysoev75569452004-07-08 15:17:47 +000055HTTP_SSL=NO
Igor Sysoev11d75322005-03-01 15:20:36 +000056HTTP_SSI=YES
Igor Sysoev899b44e2005-05-12 14:58:06 +000057HTTP_POSTPONE=NO
Igor Sysoev09c684b2005-11-09 17:25:55 +000058HTTP_REALIP=NO
Igor Sysoev1ae389d2008-08-04 14:48:15 +000059HTTP_XSLT=NO
Igor Sysoevd9bb8e32007-04-19 17:54:23 +000060HTTP_SUB=NO
Igor Sysoev6d16e1e2006-04-05 13:40:54 +000061HTTP_ADDITION=NO
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +000062HTTP_DAV=NO
Igor Sysoev59f3aa32004-06-24 16:07:04 +000063HTTP_ACCESS=YES
Igor Sysoev4d656dc2005-03-22 16:02:46 +000064HTTP_AUTH_BASIC=YES
Igor Sysoev967fd632004-08-27 15:40:59 +000065HTTP_USERID=YES
Igor Sysoev723e6cc2004-10-25 15:29:23 +000066HTTP_AUTOINDEX=YES
Igor Sysoev6d2a14a2004-09-27 16:03:21 +000067HTTP_STATUS=NO
Igor Sysoev805d9db2005-02-03 19:33:37 +000068HTTP_GEO=YES
Igor Sysoev24025022005-12-16 15:07:08 +000069HTTP_MAP=YES
Igor Sysoev0e5dc5c2005-11-15 13:30:52 +000070HTTP_REFERER=YES
Igor Sysoevc83f6832004-06-24 07:53:37 +000071HTTP_REWRITE=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000072HTTP_PROXY=YES
Igor Sysoev02025fd2005-01-18 13:03:58 +000073HTTP_FASTCGI=YES
Igor Sysoev9bf11aa2006-01-16 14:56:53 +000074HTTP_PERL=NO
Igor Sysoevc31a9bb2005-11-26 10:11:11 +000075HTTP_MEMCACHED=YES
Igor Sysoev138e3842007-01-06 18:52:46 +000076HTTP_LIMIT_ZONE=YES
Igor Sysoev0e5dc5c2005-11-15 13:30:52 +000077HTTP_EMPTY_GIF=YES
Igor Sysoev3383ff62006-09-18 12:25:07 +000078HTTP_BROWSER=YES
Igor Sysoevb5050062006-10-09 14:17:36 +000079HTTP_FLV=NO
Igor Sysoevc16b0052007-12-27 14:21:59 +000080HTTP_GZIP_STATIC=NO
Igor Sysoev3d2fd182006-12-04 16:46:13 +000081HTTP_UPSTREAM_IP_HASH=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000082
Igor Sysoevaa828612005-02-09 14:31:07 +000083# STUB
84HTTP_STUB_STATUS=NO
85
Igor Sysoev02c8d182007-03-19 13:36:56 +000086MAIL=NO
87MAIL_SSL=NO
Igor Sysoev48714082007-09-15 16:51:16 +000088MAIL_POP3=YES
89MAIL_IMAP=YES
90MAIL_SMTP=YES
Igor Sysoev59cf56c2004-09-07 15:29:22 +000091
Igor Sysoev1ebfead2005-02-16 13:40:36 +000092NGX_ADDONS=
Igor Sysoevd43bee82004-11-20 19:52:20 +000093
Igor Sysoeve9b2cb12004-02-09 20:47:18 +000094USE_PCRE=NO
Igor Sysoev43c3cd92004-02-19 08:45:27 +000095PCRE=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +000096PCRE_OPT=
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000097
Igor Sysoev0599b112004-07-25 18:34:14 +000098USE_OPENSSL=NO
99OPENSSL=NONE
100
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000101USE_MD5=NO
Igor Sysoev7af6b162004-02-09 07:46:43 +0000102MD5=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +0000103MD5_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +0000104MD5_ASM=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000105
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000106USE_SHA1=NO
107SHA1=NONE
108SHA1_OPT=
109SHA1_ASM=NO
110
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000111USE_ZLIB=NO
Igor Sysoev7af6b162004-02-09 07:46:43 +0000112ZLIB=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +0000113ZLIB_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +0000114ZLIB_ASM=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000115
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000116USE_PERL=NO
117NGX_PERL=perl
118
Igor Sysoev1ae389d2008-08-04 14:48:15 +0000119USE_LIBXSLT=NO
120
Igor Sysoev85dd8fc2008-03-18 10:36:27 +0000121NGX_GOOGLE_PERFTOOLS=NO
Igor Sysoeve24b57a2008-08-05 19:32:50 +0000122NGX_CPP_TEST=NO
Igor Sysoev85dd8fc2008-03-18 10:36:27 +0000123
Igor Sysoev24025022005-12-16 15:07:08 +0000124NGX_CPU_CACHE_LINE=
125
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000126
127for option
128do
129 case "$option" in
130 -*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
131 *) value="" ;;
132 esac
133
134 case "$option" in
Igor Sysoevdc867cd2003-12-14 20:10:27 +0000135 --help) help=yes ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000136
Igor Sysoevf6906042004-11-25 16:17:31 +0000137 --prefix=*) NGX_PREFIX="$value" ;;
138 --sbin-path=*) NGX_SBIN_PATH="$value" ;;
139 --conf-path=*) NGX_CONF_PATH="$value" ;;
140 --error-log-path=*) NGX_ERROR_LOG_PATH="$value";;
141 --pid-path=*) NGX_PID_PATH="$value" ;;
Igor Sysoevffe71442006-02-08 15:33:12 +0000142 --lock-path=*) NGX_LOCK_PATH="$value" ;;
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000143 --user=*) NGX_USER="$value" ;;
144 --group=*) NGX_GROUP="$value" ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000145
Igor Sysoevf6906042004-11-25 16:17:31 +0000146 --crossbuild=*) NGX_PLATFORM="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000147
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000148 --builddir=*) NGX_OBJS="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000149
Igor Sysoev9139cd22004-02-17 17:53:12 +0000150 --with-rtsig_module) EVENT_RTSIG=YES ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000151 --with-select_module) EVENT_SELECT=YES ;;
Igor Sysoeve9b2cb12004-02-09 20:47:18 +0000152 --without-select_module) EVENT_SELECT=NONE ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000153 --with-poll_module) EVENT_POLL=YES ;;
Igor Sysoeve9b2cb12004-02-09 20:47:18 +0000154 --without-poll_module) EVENT_POLL=NONE ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000155 --with-aio_module) EVENT_AIO=YES ;;
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000156
Igor Sysoev84433602008-04-29 09:27:55 +0000157 #--with-threads=*) USE_THREADS="$value" ;;
158 #--with-threads) USE_THREADS="pthreads" ;;
Igor Sysoevb54698b2004-02-23 20:57:12 +0000159
Igor Sysoev980a9242004-09-05 19:54:02 +0000160 --without-http) HTTP=NO ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000161 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
Igor Sysoev02025fd2005-01-18 13:03:58 +0000162 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
163 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
164 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
Igor Sysoev980a9242004-09-05 19:54:02 +0000165
Igor Sysoev75569452004-07-08 15:17:47 +0000166 --with-http_ssl_module) HTTP_SSL=YES ;;
Igor Sysoev09c684b2005-11-09 17:25:55 +0000167 --with-http_realip_module) HTTP_REALIP=YES ;;
Igor Sysoev6d16e1e2006-04-05 13:40:54 +0000168 --with-http_addition_module) HTTP_ADDITION=YES ;;
Igor Sysoev1ae389d2008-08-04 14:48:15 +0000169 --with-http_xslt_module) HTTP_XSLT=YES ;;
Igor Sysoevd9bb8e32007-04-19 17:54:23 +0000170 --with-http_sub_module) HTTP_SUB=YES ;;
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +0000171 --with-http_dav_module) HTTP_DAV=YES ;;
Igor Sysoevb5050062006-10-09 14:17:36 +0000172 --with-http_flv_module) HTTP_FLV=YES ;;
Igor Sysoevc16b0052007-12-27 14:21:59 +0000173 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +0000174
Igor Sysoev3d5c0fc2004-06-22 16:43:09 +0000175 --without-http_charset_module) HTTP_CHARSET=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000176 --without-http_gzip_module) HTTP_GZIP=NO ;;
Igor Sysoev75569452004-07-08 15:17:47 +0000177 --without-http_ssi_module) HTTP_SSI=NO ;;
Igor Sysoev967fd632004-08-27 15:40:59 +0000178 --without-http_userid_module) HTTP_USERID=NO ;;
Igor Sysoeva7c4a2a2004-08-29 03:55:41 +0000179 --without-http_access_module) HTTP_ACCESS=NO ;;
Igor Sysoev4d656dc2005-03-22 16:02:46 +0000180 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
Igor Sysoev723e6cc2004-10-25 15:29:23 +0000181 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
Igor Sysoevc83f6832004-06-24 07:53:37 +0000182 --without-http_status_module) HTTP_STATUS=NO ;;
Igor Sysoev805d9db2005-02-03 19:33:37 +0000183 --without-http_geo_module) HTTP_GEO=NO ;;
Igor Sysoev24025022005-12-16 15:07:08 +0000184 --without-http_map_module) HTTP_MAP=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000185 --without-http_referer_module) HTTP_REFERER=NO ;;
Igor Sysoevc83f6832004-06-24 07:53:37 +0000186 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000187 --without-http_proxy_module) HTTP_PROXY=NO ;;
Igor Sysoev02025fd2005-01-18 13:03:58 +0000188 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000189 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
Igor Sysoev138e3842007-01-06 18:52:46 +0000190 --without-http_limit_zone_module) HTTP_LIMIT_ZONE=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000191 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
Igor Sysoev3383ff62006-09-18 12:25:07 +0000192 --without-http_browser_module) HTTP_BROWSER=NO ;;
Igor Sysoev3d2fd182006-12-04 16:46:13 +0000193 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000194
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000195 --with-http_perl_module) HTTP_PERL=YES ;;
196 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
197 --with-perl=*) NGX_PERL="$value" ;;
198
Igor Sysoevaa828612005-02-09 14:31:07 +0000199 # STUB
200 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
201
Igor Sysoev02c8d182007-03-19 13:36:56 +0000202 --with-mail) MAIL=YES ;;
203 --with-mail_ssl_module) MAIL_SSL=YES ;;
204 # STUB
205 --with-imap) MAIL=YES ;;
206 --with-imap_ssl_module) MAIL_SSL=YES ;;
Igor Sysoev48714082007-09-15 16:51:16 +0000207 --without-mail_pop3_module) MAIL_POP3=NO ;;
208 --without-mail_imap_module) MAIL_IMAP=NO ;;
209 --without-mail_smtp_module) MAIL_SMTP=NO ;;
Igor Sysoev59cf56c2004-09-07 15:29:22 +0000210
Igor Sysoev85dd8fc2008-03-18 10:36:27 +0000211 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
Igor Sysoev49f06852008-08-13 08:29:27 +0000212 --with-cpp_test_module) NGX_CPP_TEST=YES ;;
Igor Sysoev85dd8fc2008-03-18 10:36:27 +0000213
Igor Sysoev1ebfead2005-02-16 13:40:36 +0000214 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
Igor Sysoevd43bee82004-11-20 19:52:20 +0000215
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000216 --with-cc=*) CC="$value" ;;
Igor Sysoeva893eab2004-03-11 21:34:52 +0000217 --with-cpp=*) CPP="$value" ;;
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000218 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
219 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000220 --with-cpu-opt=*) CPU="$value" ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000221 --with-debug) NGX_DEBUG=YES ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000222
Igor Sysoevbb1ba3f2004-02-19 16:48:14 +0000223 --without-pcre) USE_PCRE=DISABLED ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000224 --with-pcre=*) PCRE="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000225 --with-pcre-opt=*) PCRE_OPT="$value" ;;
226
Igor Sysoev0599b112004-07-25 18:34:14 +0000227 --with-openssl=*) OPENSSL="$value" ;;
Igor Sysoevc1571722005-03-19 12:38:37 +0000228 --with-openssl-opt=*) OPENSSL_OPT="$value" ;;
Igor Sysoev0599b112004-07-25 18:34:14 +0000229
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000230 --with-md5=*) MD5="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000231 --with-md5-opt=*) MD5_OPT="$value" ;;
232 --with-md5-asm) MD5_ASM=YES ;;
233
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000234 --with-sha1=*) SHA1="$value" ;;
235 --with-sha1-opt=*) SHA1_OPT="$value" ;;
236 --with-sha1-asm) SHA1_ASM=YES ;;
237
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000238 --with-zlib=*) ZLIB="$value" ;;
Igor Sysoev24b56c92004-03-10 17:55:19 +0000239 --with-zlib-opt=*) ZLIB_OPT="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000240 --with-zlib-asm=*) ZLIB_ASM="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000241
Igor Sysoevf6906042004-11-25 16:17:31 +0000242 --test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;;
Igor Sysoev4524fb02006-09-26 12:20:12 +0000243 --test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000244 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
245 --test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
Igor Sysoev42b12b32004-12-02 18:40:46 +0000246 --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000247
248 *)
249 echo "$0: error: invalid option \"$option\""
250 exit 1
251 ;;
252 esac
253done
254
255
Igor Sysoevdc867cd2003-12-14 20:10:27 +0000256if [ $help = yes ]; then
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000257
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000258cat << END
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000259
Igor Sysoev02025fd2005-01-18 13:03:58 +0000260 --help this message
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000261
Igor Sysoev02025fd2005-01-18 13:03:58 +0000262 --prefix=PATH set the installation prefix
263 --sbin-path=PATH set path to the nginx binary file
264 --conf-path=PATH set path to the nginx.conf file
265 --error-log-path=PATH set path to the error log
266 --pid-path=PATH set path to nginx.pid file
Igor Sysoevffe71442006-02-08 15:33:12 +0000267 --lock-path=PATH set path to nginx.lock file
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000268
Igor Sysoev02025fd2005-01-18 13:03:58 +0000269 --user=USER set non-privilege user
270 for the worker processes
271 --group=GROUP set non-privilege group
272 for the worker processes
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000273
Igor Sysoev02025fd2005-01-18 13:03:58 +0000274 --builddir=DIR set the build directory
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000275
Igor Sysoev02025fd2005-01-18 13:03:58 +0000276 --with-rtsig_module enable rtsig module
277 --with-select_module enable select module
278 --without-select_module disable select module
279 --with-poll_module enable poll module
280 --without-poll_module disable poll module
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000281
Igor Sysoev02025fd2005-01-18 13:03:58 +0000282 --with-http_ssl_module enable ngx_http_ssl_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000283 --with-http_realip_module enable ngx_http_realip_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000284 --with-http_addition_module enable ngx_http_addition_module
Igor Sysoev1ae389d2008-08-04 14:48:15 +0000285 --with-http_xslt_module enable ngx_http_xslt_module
Igor Sysoevd9bb8e32007-04-19 17:54:23 +0000286 --with-http_sub_module enable ngx_http_sub_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000287 --with-http_dav_module enable ngx_http_dav_module
Igor Sysoevb5050062006-10-09 14:17:36 +0000288 --with-http_flv_module enable ngx_http_flv_module
Igor Sysoevc16b0052007-12-27 14:21:59 +0000289 --with-http_gzip_static_module enable ngx_http_gzip_static_module
Igor Sysoev60e84402007-05-01 19:55:25 +0000290 --with-http_stub_status_module enable ngx_http_stub_status_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000291
Igor Sysoev02025fd2005-01-18 13:03:58 +0000292 --without-http_charset_module disable ngx_http_charset_module
293 --without-http_gzip_module disable ngx_http_gzip_module
Igor Sysoevc1571722005-03-19 12:38:37 +0000294 --without-http_ssi_module disable ngx_http_ssi_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000295 --without-http_userid_module disable ngx_http_userid_module
296 --without-http_access_module disable ngx_http_access_module
Igor Sysoev4d656dc2005-03-22 16:02:46 +0000297 --without-http_auth_basic_module disable ngx_http_auth_basic_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000298 --without-http_autoindex_module disable ngx_http_autoindex_module
Igor Sysoev805d9db2005-02-03 19:33:37 +0000299 --without-http_geo_module disable ngx_http_geo_module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000300 --without-http_map_module disable ngx_http_map_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000301 --without-http_referer_module disable ngx_http_referer_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000302 --without-http_rewrite_module disable ngx_http_rewrite_module
303 --without-http_proxy_module disable ngx_http_proxy_module
304 --without-http_fastcgi_module disable ngx_http_fastcgi_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000305 --without-http_memcached_module disable ngx_http_memcached_module
Igor Sysoev138e3842007-01-06 18:52:46 +0000306 --without-http_limit_zone_module disable ngx_http_limit_zone_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000307 --without-http_empty_gif_module disable ngx_http_empty_gif_module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000308 --without-http_browser_module disable ngx_http_browser_module
Igor Sysoev3d2fd182006-12-04 16:46:13 +0000309 --without-http_upstream_ip_hash_module
310 disable ngx_http_upstream_ip_hash_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000311
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000312 --with-http_perl_module enable ngx_http_perl_module
313 --with-perl_modules_path=PATH set path to the perl modules
314 --with-perl=PATH set path to the perl binary
315
Igor Sysoev02025fd2005-01-18 13:03:58 +0000316 --http-log-path=PATH set path to the http access log
317 --http-client-body-temp-path=PATH set path to the http client request body
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000318 temporary files
319 --http-proxy-temp-path=PATH set path to the http proxy temporary files
Igor Sysoev02025fd2005-01-18 13:03:58 +0000320 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000321 files
Igor Sysoev02025fd2005-01-18 13:03:58 +0000322
Igor Sysoev187b7d92005-07-14 12:51:53 +0000323 --without-http disable HTTP server
324
Igor Sysoev884d6342007-09-21 16:14:17 +0000325 --with-mail enable POP3/IMAP4/SMTP proxy module
Igor Sysoev02c8d182007-03-19 13:36:56 +0000326 --with-mail_ssl_module enable ngx_mail_ssl_module
Igor Sysoev884d6342007-09-21 16:14:17 +0000327 --without-mail_pop3_module disable ngx_mail_pop3_module
328 --without-mail_imap_module disable ngx_mail_imap_module
329 --without-mail_smtp_module disable ngx_mail_smtp_module
Igor Sysoev187b7d92005-07-14 12:51:53 +0000330
Igor Sysoev85dd8fc2008-03-18 10:36:27 +0000331 --with-google_perftools_module enable ngx_google_perftools_module
Igor Sysoeve24b57a2008-08-05 19:32:50 +0000332 --with-cpp_test_module enable ngx_cpp_test_module
Igor Sysoev85dd8fc2008-03-18 10:36:27 +0000333
Igor Sysoev60e84402007-05-01 19:55:25 +0000334 --add-module=PATH enable an external module
335
Igor Sysoev02025fd2005-01-18 13:03:58 +0000336 --with-cc=PATH set path to C compiler
337 --with-cpp=PATH set path to C preprocessor
338 --with-cc-opt=OPTIONS set additional options for C compiler
339 --with-ld-opt=OPTIONS set additional options for linker
340 --with-cpu-opt=CPU build for specified CPU, the valid values:
Igor Sysoevc2807ec2006-02-16 15:26:46 +0000341 pentium, pentiumpro, pentium3, pentium4,
342 athlon, opteron, sparc32, sparc64, ppc64
Igor Sysoev02025fd2005-01-18 13:03:58 +0000343
344 --without-pcre disable PCRE libarary usage
345 --with-pcre=DIR set path to PCRE library sources
346 --with-pcre-opt=OPTIONS set additional options for PCRE building
347
348 --with-md5=DIR set path to md5 library sources
349 --with-md5-opt=OPTIONS set additional options for md5 building
350 --with-md5-asm use md5 assembler sources
351
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000352 --with-sha1=DIR set path to sha1 library sources
353 --with-sha1-opt=OPTIONS set additional options for sha1 building
354 --with-sha1-asm use sha1 assembler sources
355
Igor Sysoev02025fd2005-01-18 13:03:58 +0000356 --with-zlib=DIR set path to zlib library sources
357 --with-zlib-opt=OPTIONS set additional options for zlib building
358 --with-zlib-asm=CPU use zlib assembler sources optimized
359 for specified CPU, the valid values:
360 pentium, pentiumpro
361
362 --with-openssl=DIR set path to OpenSSL library sources
Igor Sysoevc1571722005-03-19 12:38:37 +0000363 --with-openssl-opt=OPTIONS set additional options for OpenSSL building
Igor Sysoev02025fd2005-01-18 13:03:58 +0000364
365 --with-debug enable the debugging logging
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000366
367END
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000368
369 exit 1
370fi
Igor Sysoev732a2712004-04-21 18:54:33 +0000371
372
Igor Sysoev562626a2004-09-14 05:45:22 +0000373if [ $HTTP = NO ]; then
374 HTTP_CHARSET=NO
375 HTTP_GZIP=NO
376 HTTP_SSI=NO
377 HTTP_USERID=NO
378 HTTP_ACCESS=NO
379 HTTP_STATUS=NO
380 HTTP_REWRITE=NO
381 HTTP_PROXY=NO
Igor Sysoev02025fd2005-01-18 13:03:58 +0000382 HTTP_FASTCGI=NO
Igor Sysoev562626a2004-09-14 05:45:22 +0000383fi
384
385
Igor Sysoevf6906042004-11-25 16:17:31 +0000386if [ ".$NGX_PLATFORM" = ".win32" ]; then
Igor Sysoev1b735832004-11-11 14:07:14 +0000387 NGX_WINE=$WINE
Igor Sysoev732a2712004-04-21 18:54:33 +0000388fi
Igor Sysoev090849d2004-05-18 20:28:54 +0000389
390
Igor Sysoevb1dfe472004-12-21 12:30:30 +0000391NGX_PREFIX=${NGX_PREFIX:-/usr/local/nginx}
Igor Sysoev090849d2004-05-18 20:28:54 +0000392
Igor Sysoev090849d2004-05-18 20:28:54 +0000393
Igor Sysoevf6906042004-11-25 16:17:31 +0000394case ".$NGX_SBIN_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000395 ./*)
396 ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000397
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000398 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000399 NGX_SBIN_PATH=$NGX_PREFIX/sbin/nginx
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000400 ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000401
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000402 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000403 NGX_SBIN_PATH=$NGX_PREFIX/$NGX_SBIN_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000404 ;;
405esac
Igor Sysoev090849d2004-05-18 20:28:54 +0000406
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000407
Igor Sysoevf6906042004-11-25 16:17:31 +0000408case ".$NGX_CONF_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000409 ./*)
410 ;;
411
412 .)
Igor Sysoev5cf4d1a2007-08-14 19:26:20 +0000413 NGX_CONF_PATH=$NGX_PREFIX/conf/nginx.conf
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000414 ;;
415
416 *)
Igor Sysoev5cf4d1a2007-08-14 19:26:20 +0000417 NGX_CONF_PATH=$NGX_PREFIX/$NGX_CONF_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000418 ;;
419esac
420
421
Igor Sysoev5cf4d1a2007-08-14 19:26:20 +0000422NGX_CONF_PREFIX=`dirname $NGX_CONF_PATH`
423
424
Igor Sysoevf6906042004-11-25 16:17:31 +0000425case ".$NGX_PID_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000426 ./*)
427 ;;
428
429 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000430 NGX_PID_PATH=$NGX_PREFIX/logs/nginx.pid
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000431 ;;
432
433 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000434 NGX_PID_PATH=$NGX_PREFIX/$NGX_PID_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000435 ;;
436esac
437
438
Igor Sysoevffe71442006-02-08 15:33:12 +0000439case ".$NGX_LOCK_PATH" in
440 ./*)
441 ;;
442
443 .)
444 NGX_LOCK_PATH=$NGX_PREFIX/logs/nginx.lock
445 ;;
446
447 *)
448 NGX_LOCK_PATH=$NGX_PREFIX/$NGX_LOCK_PATH
449 ;;
450esac
451
452
Igor Sysoevf6906042004-11-25 16:17:31 +0000453case ".$NGX_ERROR_LOG_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000454 ./*)
455 ;;
456
457 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000458 NGX_ERROR_LOG_PATH=$NGX_PREFIX/logs/error.log
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000459 ;;
460
Igor Sysoevff8da912004-09-29 16:00:49 +0000461 .stderr)
Igor Sysoevf6906042004-11-25 16:17:31 +0000462 NGX_ERROR_LOG_PATH=
Igor Sysoevff8da912004-09-29 16:00:49 +0000463 ;;
464
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000465 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000466 NGX_ERROR_LOG_PATH=$NGX_PREFIX/$NGX_ERROR_LOG_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000467 ;;
468esac
469
470
Igor Sysoevf6906042004-11-25 16:17:31 +0000471case ".$NGX_HTTP_LOG_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000472 ./*)
473 ;;
474
475 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000476 NGX_HTTP_LOG_PATH=$NGX_PREFIX/logs/access.log
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000477 ;;
478
479 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000480 NGX_HTTP_LOG_PATH=$NGX_PREFIX/$NGX_HTTP_LOG_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000481 ;;
482esac
Igor Sysoev02025fd2005-01-18 13:03:58 +0000483
484
485case ".$NGX_HTTP_CLIENT_TEMP_PATH" in
486 ./*)
487 ;;
488
489 .)
490 NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/client_body_temp
491 ;;
492
493 *)
494 NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_CLIENT_TEMP_PATH
495 ;;
496esac
497
498
499case ".$NGX_HTTP_PROXY_TEMP_PATH" in
500 ./*)
501 ;;
502
503 .)
504 NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/proxy_temp
505 ;;
506
507 *)
508 NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_PROXY_TEMP_PATH
509 ;;
510esac
511
512
513case ".$NGX_HTTP_FASTCGI_TEMP_PATH" in
514 ./*)
515 ;;
516
517 .)
518 NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/fastcgi_temp
519 ;;
520
521 *)
522 NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_FASTCGI_TEMP_PATH
523 ;;
524esac
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000525
526
527case ".$NGX_PERL_MODULES" in
528 ./*)
529 ;;
530
531 .)
532 ;;
533
534 *)
535 NGX_PERL_MODULES=$NGX_PREFIX/$NGX_PERL_MODULES
536 ;;
537esac