blob: 29ed3a9c41484d1edb734106d24603013fda6167 [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=
9NGX_CONF_PATH=
10NGX_ERROR_LOG_PATH=
11NGX_PID_PATH=
Igor Sysoevffe71442006-02-08 15:33:12 +000012NGX_LOCK_PATH=
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000013NGX_USER=
14NGX_GROUP=
Igor Sysoev090849d2004-05-18 20:28:54 +000015
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000016CC=${CC:-gcc}
Igor Sysoeva893eab2004-03-11 21:34:52 +000017CPP=
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000018NGX_OBJS=objs
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000019
Igor Sysoevf6906042004-11-25 16:17:31 +000020NGX_DEBUG=NO
Igor Sysoevc0edbcc2004-10-21 15:34:38 +000021NGX_CC_OPT=
22NGX_LD_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +000023CPU=NO
Igor Sysoev24b56c92004-03-10 17:55:19 +000024
Igor Sysoevf6906042004-11-25 16:17:31 +000025NGX_TEST_BUILD_DEVPOLL=NO
Igor Sysoev4524fb02006-09-26 12:20:12 +000026NGX_TEST_BUILD_EVENTPORT=NO
Igor Sysoevf6906042004-11-25 16:17:31 +000027NGX_TEST_BUILD_EPOLL=NO
28NGX_TEST_BUILD_RTSIG=NO
Igor Sysoev42b12b32004-12-02 18:40:46 +000029NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000030
Igor Sysoevf6906042004-11-25 16:17:31 +000031NGX_PLATFORM=
Igor Sysoev1b735832004-11-11 14:07:14 +000032NGX_WINE=
33
Igor Sysoeva4b16df2004-02-02 21:19:52 +000034EVENT_FOUND=NO
35
Igor Sysoev9139cd22004-02-17 17:53:12 +000036EVENT_RTSIG=NO
Igor Sysoeva4b16df2004-02-02 21:19:52 +000037EVENT_SELECT=NO
38EVENT_POLL=NO
39EVENT_AIO=NO
Igor Sysoev5c8c52f2004-01-23 09:26:18 +000040
Igor Sysoevb54698b2004-02-23 20:57:12 +000041USE_THREADS=NO
42
Igor Sysoev980a9242004-09-05 19:54:02 +000043HTTP=YES
Igor Sysoev02025fd2005-01-18 13:03:58 +000044
45NGX_HTTP_LOG_PATH=
46NGX_HTTP_CLIENT_TEMP_PATH=
47NGX_HTTP_PROXY_TEMP_PATH=
48NGX_HTTP_FASTCGI_TEMP_PATH=
49
Igor Sysoev3d5c0fc2004-06-22 16:43:09 +000050HTTP_CHARSET=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000051HTTP_GZIP=YES
Igor Sysoev75569452004-07-08 15:17:47 +000052HTTP_SSL=NO
Igor Sysoev11d75322005-03-01 15:20:36 +000053HTTP_SSI=YES
Igor Sysoev899b44e2005-05-12 14:58:06 +000054HTTP_POSTPONE=NO
Igor Sysoev09c684b2005-11-09 17:25:55 +000055HTTP_REALIP=NO
Igor Sysoev6d16e1e2006-04-05 13:40:54 +000056HTTP_ADDITION=NO
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +000057HTTP_DAV=NO
Igor Sysoev59f3aa32004-06-24 16:07:04 +000058HTTP_ACCESS=YES
Igor Sysoev4d656dc2005-03-22 16:02:46 +000059HTTP_AUTH_BASIC=YES
Igor Sysoev967fd632004-08-27 15:40:59 +000060HTTP_USERID=YES
Igor Sysoev723e6cc2004-10-25 15:29:23 +000061HTTP_AUTOINDEX=YES
Igor Sysoev6d2a14a2004-09-27 16:03:21 +000062HTTP_STATUS=NO
Igor Sysoev805d9db2005-02-03 19:33:37 +000063HTTP_GEO=YES
Igor Sysoev24025022005-12-16 15:07:08 +000064HTTP_MAP=YES
Igor Sysoev0e5dc5c2005-11-15 13:30:52 +000065HTTP_REFERER=YES
Igor Sysoevc83f6832004-06-24 07:53:37 +000066HTTP_REWRITE=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000067HTTP_PROXY=YES
Igor Sysoev02025fd2005-01-18 13:03:58 +000068HTTP_FASTCGI=YES
Igor Sysoev9bf11aa2006-01-16 14:56:53 +000069HTTP_PERL=NO
Igor Sysoevc31a9bb2005-11-26 10:11:11 +000070HTTP_MEMCACHED=YES
Igor Sysoev0e5dc5c2005-11-15 13:30:52 +000071HTTP_EMPTY_GIF=YES
Igor Sysoev3383ff62006-09-18 12:25:07 +000072HTTP_BROWSER=YES
Igor Sysoevb5050062006-10-09 14:17:36 +000073HTTP_FLV=NO
Igor Sysoev3d2fd182006-12-04 16:46:13 +000074HTTP_UPSTREAM_IP_HASH=YES
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000075
Igor Sysoevaa828612005-02-09 14:31:07 +000076# STUB
77HTTP_STUB_STATUS=NO
78
Igor Sysoev59cf56c2004-09-07 15:29:22 +000079IMAP=NO
Igor Sysoevceb99292005-09-06 16:09:32 +000080IMAP_SSL=NO
Igor Sysoev59cf56c2004-09-07 15:29:22 +000081
Igor Sysoev1ebfead2005-02-16 13:40:36 +000082NGX_ADDONS=
Igor Sysoevd43bee82004-11-20 19:52:20 +000083
Igor Sysoeve9b2cb12004-02-09 20:47:18 +000084USE_PCRE=NO
Igor Sysoev43c3cd92004-02-19 08:45:27 +000085PCRE=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +000086PCRE_OPT=
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000087
Igor Sysoev0599b112004-07-25 18:34:14 +000088USE_OPENSSL=NO
89OPENSSL=NONE
90
Igor Sysoeva4b16df2004-02-02 21:19:52 +000091USE_MD5=NO
Igor Sysoev7af6b162004-02-09 07:46:43 +000092MD5=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +000093MD5_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +000094MD5_ASM=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +000095
Igor Sysoevafd7ec52006-05-29 17:28:12 +000096USE_SHA1=NO
97SHA1=NONE
98SHA1_OPT=
99SHA1_ASM=NO
100
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000101USE_ZLIB=NO
Igor Sysoev7af6b162004-02-09 07:46:43 +0000102ZLIB=NONE
Igor Sysoeva893eab2004-03-11 21:34:52 +0000103ZLIB_OPT=
Igor Sysoev7b908342004-03-10 20:56:39 +0000104ZLIB_ASM=NO
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000105
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000106USE_PERL=NO
107NGX_PERL=perl
108
Igor Sysoev24025022005-12-16 15:07:08 +0000109NGX_CPU_CACHE_LINE=
110
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000111
112for option
113do
114 case "$option" in
115 -*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
116 *) value="" ;;
117 esac
118
119 case "$option" in
Igor Sysoevdc867cd2003-12-14 20:10:27 +0000120 --help) help=yes ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000121
Igor Sysoevf6906042004-11-25 16:17:31 +0000122 --prefix=*) NGX_PREFIX="$value" ;;
123 --sbin-path=*) NGX_SBIN_PATH="$value" ;;
124 --conf-path=*) NGX_CONF_PATH="$value" ;;
125 --error-log-path=*) NGX_ERROR_LOG_PATH="$value";;
126 --pid-path=*) NGX_PID_PATH="$value" ;;
Igor Sysoevffe71442006-02-08 15:33:12 +0000127 --lock-path=*) NGX_LOCK_PATH="$value" ;;
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000128 --user=*) NGX_USER="$value" ;;
129 --group=*) NGX_GROUP="$value" ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000130
Igor Sysoevf6906042004-11-25 16:17:31 +0000131 --crossbuild=*) NGX_PLATFORM="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000132
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000133 --builddir=*) NGX_OBJS="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000134
Igor Sysoev9139cd22004-02-17 17:53:12 +0000135 --with-rtsig_module) EVENT_RTSIG=YES ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000136 --with-select_module) EVENT_SELECT=YES ;;
Igor Sysoeve9b2cb12004-02-09 20:47:18 +0000137 --without-select_module) EVENT_SELECT=NONE ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000138 --with-poll_module) EVENT_POLL=YES ;;
Igor Sysoeve9b2cb12004-02-09 20:47:18 +0000139 --without-poll_module) EVENT_POLL=NONE ;;
Igor Sysoeva4b16df2004-02-02 21:19:52 +0000140 --with-aio_module) EVENT_AIO=YES ;;
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000141
Igor Sysoevb54698b2004-02-23 20:57:12 +0000142 --with-threads=*) USE_THREADS="$value" ;;
143 --with-threads) USE_THREADS="pthreads" ;;
144
Igor Sysoev980a9242004-09-05 19:54:02 +0000145 --without-http) HTTP=NO ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000146 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
Igor Sysoev02025fd2005-01-18 13:03:58 +0000147 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
148 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
149 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
Igor Sysoev980a9242004-09-05 19:54:02 +0000150
Igor Sysoev75569452004-07-08 15:17:47 +0000151 --with-http_ssl_module) HTTP_SSL=YES ;;
Igor Sysoev09c684b2005-11-09 17:25:55 +0000152 --with-http_realip_module) HTTP_REALIP=YES ;;
Igor Sysoev6d16e1e2006-04-05 13:40:54 +0000153 --with-http_addition_module) HTTP_ADDITION=YES ;;
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +0000154 --with-http_dav_module) HTTP_DAV=YES ;;
Igor Sysoevb5050062006-10-09 14:17:36 +0000155 --with-http_flv_module) HTTP_FLV=YES ;;
Igor Sysoev8a2b2fb2006-04-14 09:53:38 +0000156
Igor Sysoev3d5c0fc2004-06-22 16:43:09 +0000157 --without-http_charset_module) HTTP_CHARSET=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000158 --without-http_gzip_module) HTTP_GZIP=NO ;;
Igor Sysoev75569452004-07-08 15:17:47 +0000159 --without-http_ssi_module) HTTP_SSI=NO ;;
Igor Sysoev967fd632004-08-27 15:40:59 +0000160 --without-http_userid_module) HTTP_USERID=NO ;;
Igor Sysoeva7c4a2a2004-08-29 03:55:41 +0000161 --without-http_access_module) HTTP_ACCESS=NO ;;
Igor Sysoev4d656dc2005-03-22 16:02:46 +0000162 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
Igor Sysoev723e6cc2004-10-25 15:29:23 +0000163 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
Igor Sysoevc83f6832004-06-24 07:53:37 +0000164 --without-http_status_module) HTTP_STATUS=NO ;;
Igor Sysoev805d9db2005-02-03 19:33:37 +0000165 --without-http_geo_module) HTTP_GEO=NO ;;
Igor Sysoev24025022005-12-16 15:07:08 +0000166 --without-http_map_module) HTTP_MAP=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000167 --without-http_referer_module) HTTP_REFERER=NO ;;
Igor Sysoevc83f6832004-06-24 07:53:37 +0000168 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000169 --without-http_proxy_module) HTTP_PROXY=NO ;;
Igor Sysoev02025fd2005-01-18 13:03:58 +0000170 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000171 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
172 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
Igor Sysoev3383ff62006-09-18 12:25:07 +0000173 --without-http_browser_module) HTTP_BROWSER=NO ;;
Igor Sysoev3d2fd182006-12-04 16:46:13 +0000174 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000175
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000176 --with-http_perl_module) HTTP_PERL=YES ;;
177 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
178 --with-perl=*) NGX_PERL="$value" ;;
179
Igor Sysoevaa828612005-02-09 14:31:07 +0000180 # STUB
181 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
182
Igor Sysoev59cf56c2004-09-07 15:29:22 +0000183 --with-imap) IMAP=YES ;;
Igor Sysoevceb99292005-09-06 16:09:32 +0000184 --with-imap_ssl_module) IMAP_SSL=YES ;;
Igor Sysoev59cf56c2004-09-07 15:29:22 +0000185
Igor Sysoev1ebfead2005-02-16 13:40:36 +0000186 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
Igor Sysoevd43bee82004-11-20 19:52:20 +0000187
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000188 --with-cc=*) CC="$value" ;;
Igor Sysoeva893eab2004-03-11 21:34:52 +0000189 --with-cpp=*) CPP="$value" ;;
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000190 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
191 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000192 --with-cpu-opt=*) CPU="$value" ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000193 --with-debug) NGX_DEBUG=YES ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000194
Igor Sysoevbb1ba3f2004-02-19 16:48:14 +0000195 --without-pcre) USE_PCRE=DISABLED ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000196 --with-pcre=*) PCRE="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000197 --with-pcre-opt=*) PCRE_OPT="$value" ;;
198
Igor Sysoev0599b112004-07-25 18:34:14 +0000199 --with-openssl=*) OPENSSL="$value" ;;
Igor Sysoevc1571722005-03-19 12:38:37 +0000200 --with-openssl-opt=*) OPENSSL_OPT="$value" ;;
Igor Sysoev0599b112004-07-25 18:34:14 +0000201
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000202 --with-md5=*) MD5="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000203 --with-md5-opt=*) MD5_OPT="$value" ;;
204 --with-md5-asm) MD5_ASM=YES ;;
205
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000206 --with-sha1=*) SHA1="$value" ;;
207 --with-sha1-opt=*) SHA1_OPT="$value" ;;
208 --with-sha1-asm) SHA1_ASM=YES ;;
209
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000210 --with-zlib=*) ZLIB="$value" ;;
Igor Sysoev24b56c92004-03-10 17:55:19 +0000211 --with-zlib-opt=*) ZLIB_OPT="$value" ;;
Igor Sysoev7b908342004-03-10 20:56:39 +0000212 --with-zlib-asm=*) ZLIB_ASM="$value" ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000213
Igor Sysoevf6906042004-11-25 16:17:31 +0000214 --test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;;
Igor Sysoev4524fb02006-09-26 12:20:12 +0000215 --test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;;
Igor Sysoevf6906042004-11-25 16:17:31 +0000216 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
217 --test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
Igor Sysoev42b12b32004-12-02 18:40:46 +0000218 --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000219
220 *)
221 echo "$0: error: invalid option \"$option\""
222 exit 1
223 ;;
224 esac
225done
226
227
Igor Sysoevdc867cd2003-12-14 20:10:27 +0000228if [ $help = yes ]; then
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000229
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000230cat << END
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000231
Igor Sysoev02025fd2005-01-18 13:03:58 +0000232 --help this message
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000233
Igor Sysoev02025fd2005-01-18 13:03:58 +0000234 --prefix=PATH set the installation prefix
235 --sbin-path=PATH set path to the nginx binary file
236 --conf-path=PATH set path to the nginx.conf file
237 --error-log-path=PATH set path to the error log
238 --pid-path=PATH set path to nginx.pid file
Igor Sysoevffe71442006-02-08 15:33:12 +0000239 --lock-path=PATH set path to nginx.lock file
Igor Sysoev5c8c52f2004-01-23 09:26:18 +0000240
Igor Sysoev02025fd2005-01-18 13:03:58 +0000241 --user=USER set non-privilege user
242 for the worker processes
243 --group=GROUP set non-privilege group
244 for the worker processes
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000245
Igor Sysoev02025fd2005-01-18 13:03:58 +0000246 --builddir=DIR set the build directory
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000247
Igor Sysoev02025fd2005-01-18 13:03:58 +0000248 --with-rtsig_module enable rtsig module
249 --with-select_module enable select module
250 --without-select_module disable select module
251 --with-poll_module enable poll module
252 --without-poll_module disable poll module
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000253
Igor Sysoev02025fd2005-01-18 13:03:58 +0000254 --with-http_ssl_module enable ngx_http_ssl_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000255 --with-http_realip_module enable ngx_http_realip_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000256 --with-http_addition_module enable ngx_http_addition_module
257 --with-http_dav_module enable ngx_http_dav_module
Igor Sysoevb5050062006-10-09 14:17:36 +0000258 --with-http_flv_module enable ngx_http_flv_module
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000259
Igor Sysoev02025fd2005-01-18 13:03:58 +0000260 --without-http_charset_module disable ngx_http_charset_module
261 --without-http_gzip_module disable ngx_http_gzip_module
Igor Sysoevc1571722005-03-19 12:38:37 +0000262 --without-http_ssi_module disable ngx_http_ssi_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000263 --without-http_userid_module disable ngx_http_userid_module
264 --without-http_access_module disable ngx_http_access_module
Igor Sysoev4d656dc2005-03-22 16:02:46 +0000265 --without-http_auth_basic_module disable ngx_http_auth_basic_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000266 --without-http_autoindex_module disable ngx_http_autoindex_module
Igor Sysoev805d9db2005-02-03 19:33:37 +0000267 --without-http_geo_module disable ngx_http_geo_module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000268 --without-http_map_module disable ngx_http_map_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000269 --without-http_referer_module disable ngx_http_referer_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000270 --without-http_rewrite_module disable ngx_http_rewrite_module
271 --without-http_proxy_module disable ngx_http_proxy_module
272 --without-http_fastcgi_module disable ngx_http_fastcgi_module
Igor Sysoevc31a9bb2005-11-26 10:11:11 +0000273 --without-http_memcached_module disable ngx_http_memcached_module
274 --without-http_empty_gif_module disable ngx_http_empty_gif_module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000275 --without-http_browser_module disable ngx_http_browser_module
Igor Sysoev3d2fd182006-12-04 16:46:13 +0000276 --without-http_upstream_ip_hash_module
277 disable ngx_http_upstream_ip_hash_module
Igor Sysoev02025fd2005-01-18 13:03:58 +0000278
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000279 --with-http_perl_module enable ngx_http_perl_module
280 --with-perl_modules_path=PATH set path to the perl modules
281 --with-perl=PATH set path to the perl binary
282
Igor Sysoev02025fd2005-01-18 13:03:58 +0000283 --http-log-path=PATH set path to the http access log
284 --http-client-body-temp-path=PATH set path to the http client request body
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000285 temporary files
286 --http-proxy-temp-path=PATH set path to the http proxy temporary files
Igor Sysoev02025fd2005-01-18 13:03:58 +0000287 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
Igor Sysoevcdf609a2006-04-17 19:55:41 +0000288 files
Igor Sysoev02025fd2005-01-18 13:03:58 +0000289
Igor Sysoev187b7d92005-07-14 12:51:53 +0000290 --without-http disable HTTP server
291
292 --with-imap enable IMAP4/POP3 proxy module
Igor Sysoev347f7fe2006-09-26 21:15:02 +0000293 --with-imap_ssl_module enable ngx_imap_ssl_module
Igor Sysoev187b7d92005-07-14 12:51:53 +0000294
Igor Sysoev02025fd2005-01-18 13:03:58 +0000295 --with-cc=PATH set path to C compiler
296 --with-cpp=PATH set path to C preprocessor
297 --with-cc-opt=OPTIONS set additional options for C compiler
298 --with-ld-opt=OPTIONS set additional options for linker
299 --with-cpu-opt=CPU build for specified CPU, the valid values:
Igor Sysoevc2807ec2006-02-16 15:26:46 +0000300 pentium, pentiumpro, pentium3, pentium4,
301 athlon, opteron, sparc32, sparc64, ppc64
Igor Sysoev02025fd2005-01-18 13:03:58 +0000302
303 --without-pcre disable PCRE libarary usage
304 --with-pcre=DIR set path to PCRE library sources
305 --with-pcre-opt=OPTIONS set additional options for PCRE building
306
307 --with-md5=DIR set path to md5 library sources
308 --with-md5-opt=OPTIONS set additional options for md5 building
309 --with-md5-asm use md5 assembler sources
310
Igor Sysoevafd7ec52006-05-29 17:28:12 +0000311 --with-sha1=DIR set path to sha1 library sources
312 --with-sha1-opt=OPTIONS set additional options for sha1 building
313 --with-sha1-asm use sha1 assembler sources
314
Igor Sysoev02025fd2005-01-18 13:03:58 +0000315 --with-zlib=DIR set path to zlib library sources
316 --with-zlib-opt=OPTIONS set additional options for zlib building
317 --with-zlib-asm=CPU use zlib assembler sources optimized
318 for specified CPU, the valid values:
319 pentium, pentiumpro
320
321 --with-openssl=DIR set path to OpenSSL library sources
Igor Sysoevc1571722005-03-19 12:38:37 +0000322 --with-openssl-opt=OPTIONS set additional options for OpenSSL building
Igor Sysoev02025fd2005-01-18 13:03:58 +0000323
324 --with-debug enable the debugging logging
Igor Sysoevc0edbcc2004-10-21 15:34:38 +0000325
326END
Igor Sysoeva8fa0a62003-11-25 20:44:56 +0000327
328 exit 1
329fi
Igor Sysoev732a2712004-04-21 18:54:33 +0000330
331
Igor Sysoev562626a2004-09-14 05:45:22 +0000332if [ $HTTP = NO ]; then
333 HTTP_CHARSET=NO
334 HTTP_GZIP=NO
335 HTTP_SSI=NO
336 HTTP_USERID=NO
337 HTTP_ACCESS=NO
338 HTTP_STATUS=NO
339 HTTP_REWRITE=NO
340 HTTP_PROXY=NO
Igor Sysoev02025fd2005-01-18 13:03:58 +0000341 HTTP_FASTCGI=NO
Igor Sysoev562626a2004-09-14 05:45:22 +0000342fi
343
344
Igor Sysoevf6906042004-11-25 16:17:31 +0000345if [ ".$NGX_PLATFORM" = ".win32" ]; then
Igor Sysoev1b735832004-11-11 14:07:14 +0000346 NGX_WINE=$WINE
Igor Sysoev732a2712004-04-21 18:54:33 +0000347fi
Igor Sysoev090849d2004-05-18 20:28:54 +0000348
349
Igor Sysoevb1dfe472004-12-21 12:30:30 +0000350NGX_PREFIX=${NGX_PREFIX:-/usr/local/nginx}
Igor Sysoev090849d2004-05-18 20:28:54 +0000351
Igor Sysoev090849d2004-05-18 20:28:54 +0000352
Igor Sysoevf6906042004-11-25 16:17:31 +0000353case ".$NGX_SBIN_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000354 ./*)
355 ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000356
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000357 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000358 NGX_SBIN_PATH=$NGX_PREFIX/sbin/nginx
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000359 ;;
Igor Sysoev090849d2004-05-18 20:28:54 +0000360
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000361 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000362 NGX_SBIN_PATH=$NGX_PREFIX/$NGX_SBIN_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000363 ;;
364esac
Igor Sysoev090849d2004-05-18 20:28:54 +0000365
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000366
Igor Sysoevf6906042004-11-25 16:17:31 +0000367case ".$NGX_CONF_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000368 ./*)
369 ;;
370
371 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000372 NGX_CONF_PATH=$NGX_PREFIX/conf/nginx.conf
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000373 ;;
374
375 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000376 NGX_CONF_PATH=$NGX_PREFIX/$NGX_CONF_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000377 ;;
378esac
379
380
Igor Sysoevf6906042004-11-25 16:17:31 +0000381case ".$NGX_PID_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000382 ./*)
383 ;;
384
385 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000386 NGX_PID_PATH=$NGX_PREFIX/logs/nginx.pid
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000387 ;;
388
389 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000390 NGX_PID_PATH=$NGX_PREFIX/$NGX_PID_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000391 ;;
392esac
393
394
Igor Sysoevffe71442006-02-08 15:33:12 +0000395case ".$NGX_LOCK_PATH" in
396 ./*)
397 ;;
398
399 .)
400 NGX_LOCK_PATH=$NGX_PREFIX/logs/nginx.lock
401 ;;
402
403 *)
404 NGX_LOCK_PATH=$NGX_PREFIX/$NGX_LOCK_PATH
405 ;;
406esac
407
408
Igor Sysoevf6906042004-11-25 16:17:31 +0000409case ".$NGX_ERROR_LOG_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000410 ./*)
411 ;;
412
413 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000414 NGX_ERROR_LOG_PATH=$NGX_PREFIX/logs/error.log
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000415 ;;
416
Igor Sysoevff8da912004-09-29 16:00:49 +0000417 .stderr)
Igor Sysoevf6906042004-11-25 16:17:31 +0000418 NGX_ERROR_LOG_PATH=
Igor Sysoevff8da912004-09-29 16:00:49 +0000419 ;;
420
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000421 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000422 NGX_ERROR_LOG_PATH=$NGX_PREFIX/$NGX_ERROR_LOG_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000423 ;;
424esac
425
426
Igor Sysoevf6906042004-11-25 16:17:31 +0000427case ".$NGX_HTTP_LOG_PATH" in
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000428 ./*)
429 ;;
430
431 .)
Igor Sysoevf6906042004-11-25 16:17:31 +0000432 NGX_HTTP_LOG_PATH=$NGX_PREFIX/logs/access.log
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000433 ;;
434
435 *)
Igor Sysoevf6906042004-11-25 16:17:31 +0000436 NGX_HTTP_LOG_PATH=$NGX_PREFIX/$NGX_HTTP_LOG_PATH
Igor Sysoev6d2a14a2004-09-27 16:03:21 +0000437 ;;
438esac
Igor Sysoev02025fd2005-01-18 13:03:58 +0000439
440
441case ".$NGX_HTTP_CLIENT_TEMP_PATH" in
442 ./*)
443 ;;
444
445 .)
446 NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/client_body_temp
447 ;;
448
449 *)
450 NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_CLIENT_TEMP_PATH
451 ;;
452esac
453
454
455case ".$NGX_HTTP_PROXY_TEMP_PATH" in
456 ./*)
457 ;;
458
459 .)
460 NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/proxy_temp
461 ;;
462
463 *)
464 NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_PROXY_TEMP_PATH
465 ;;
466esac
467
468
469case ".$NGX_HTTP_FASTCGI_TEMP_PATH" in
470 ./*)
471 ;;
472
473 .)
474 NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/fastcgi_temp
475 ;;
476
477 *)
478 NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_FASTCGI_TEMP_PATH
479 ;;
480esac
Igor Sysoev9bf11aa2006-01-16 14:56:53 +0000481
482
483case ".$NGX_PERL_MODULES" in
484 ./*)
485 ;;
486
487 .)
488 ;;
489
490 *)
491 NGX_PERL_MODULES=$NGX_PREFIX/$NGX_PERL_MODULES
492 ;;
493esac