2003-11-26 04:44:56 +08:00
|
|
|
|
2004-09-30 00:00:49 +08:00
|
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
2004-10-21 23:34:38 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
help=no
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_PREFIX=
|
|
|
|
NGX_SBIN_PATH=
|
|
|
|
NGX_CONF_PATH=
|
|
|
|
NGX_ERROR_LOG_PATH=
|
|
|
|
NGX_PID_PATH=
|
2004-10-21 23:34:38 +08:00
|
|
|
NGX_USER=
|
|
|
|
NGX_GROUP=
|
2004-05-19 04:28:54 +08:00
|
|
|
|
2004-10-21 23:34:38 +08:00
|
|
|
CC=${CC:-gcc}
|
2004-03-12 05:34:52 +08:00
|
|
|
CPP=
|
2004-10-21 23:34:38 +08:00
|
|
|
NGX_OBJS=objs
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_DEBUG=NO
|
2004-10-21 23:34:38 +08:00
|
|
|
NGX_CC_OPT=
|
|
|
|
NGX_LD_OPT=
|
2004-03-11 04:56:39 +08:00
|
|
|
CPU=NO
|
2004-03-11 01:55:19 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_TEST_BUILD_DEVPOLL=NO
|
|
|
|
NGX_TEST_BUILD_EPOLL=NO
|
|
|
|
NGX_TEST_BUILD_RTSIG=NO
|
2004-12-03 02:40:46 +08:00
|
|
|
NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_PLATFORM=
|
2004-11-11 22:07:14 +08:00
|
|
|
NGX_WINE=
|
|
|
|
|
2004-02-03 05:19:52 +08:00
|
|
|
EVENT_FOUND=NO
|
|
|
|
|
2004-02-18 01:53:12 +08:00
|
|
|
EVENT_RTSIG=NO
|
2004-02-03 05:19:52 +08:00
|
|
|
EVENT_SELECT=NO
|
|
|
|
EVENT_POLL=NO
|
|
|
|
EVENT_AIO=NO
|
2004-01-23 17:26:18 +08:00
|
|
|
|
2004-02-24 04:57:12 +08:00
|
|
|
USE_THREADS=NO
|
|
|
|
|
2004-09-06 03:54:02 +08:00
|
|
|
HTTP=YES
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
|
|
|
|
NGX_HTTP_LOG_PATH=
|
|
|
|
NGX_HTTP_CLIENT_TEMP_PATH=
|
|
|
|
NGX_HTTP_PROXY_TEMP_PATH=
|
|
|
|
NGX_HTTP_FASTCGI_TEMP_PATH=
|
|
|
|
|
2004-06-23 00:43:09 +08:00
|
|
|
HTTP_CHARSET=YES
|
2003-11-26 04:44:56 +08:00
|
|
|
HTTP_GZIP=YES
|
2004-07-08 23:17:47 +08:00
|
|
|
HTTP_SSL=NO
|
2004-09-28 00:03:21 +08:00
|
|
|
HTTP_SSI=NO
|
2004-06-25 00:07:04 +08:00
|
|
|
HTTP_ACCESS=YES
|
2004-08-27 23:40:59 +08:00
|
|
|
HTTP_USERID=YES
|
2004-10-25 23:29:23 +08:00
|
|
|
HTTP_AUTOINDEX=YES
|
2004-09-28 00:03:21 +08:00
|
|
|
HTTP_STATUS=NO
|
2005-02-04 03:33:37 +08:00
|
|
|
HTTP_GEO=YES
|
2004-06-24 15:53:37 +08:00
|
|
|
HTTP_REWRITE=YES
|
2003-11-26 04:44:56 +08:00
|
|
|
HTTP_PROXY=YES
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
HTTP_FASTCGI=YES
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2005-02-09 22:31:07 +08:00
|
|
|
# STUB
|
|
|
|
HTTP_STUB_STATUS=NO
|
|
|
|
|
2004-09-07 23:29:22 +08:00
|
|
|
IMAP=NO
|
|
|
|
|
2005-02-16 21:40:36 +08:00
|
|
|
NGX_ADDONS=
|
2004-11-21 03:52:20 +08:00
|
|
|
|
2004-02-10 04:47:18 +08:00
|
|
|
USE_PCRE=NO
|
2004-02-19 16:45:27 +08:00
|
|
|
PCRE=NONE
|
2004-03-12 05:34:52 +08:00
|
|
|
PCRE_OPT=
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-07-26 02:34:14 +08:00
|
|
|
USE_OPENSSL=NO
|
|
|
|
OPENSSL=NONE
|
|
|
|
|
2004-02-03 05:19:52 +08:00
|
|
|
USE_MD5=NO
|
2004-02-09 15:46:43 +08:00
|
|
|
MD5=NONE
|
2004-03-12 05:34:52 +08:00
|
|
|
MD5_OPT=
|
2004-03-11 04:56:39 +08:00
|
|
|
MD5_ASM=NO
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-02-03 05:19:52 +08:00
|
|
|
USE_ZLIB=NO
|
2004-02-09 15:46:43 +08:00
|
|
|
ZLIB=NONE
|
2004-03-12 05:34:52 +08:00
|
|
|
ZLIB_OPT=
|
2004-03-11 04:56:39 +08:00
|
|
|
ZLIB_ASM=NO
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
|
|
|
|
for option
|
|
|
|
do
|
|
|
|
case "$option" in
|
|
|
|
-*=*) value=`echo "$option" | sed -e 's/[-_a-zA-Z0-9]*=//'` ;;
|
|
|
|
*) value="" ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
case "$option" in
|
2003-12-15 04:10:27 +08:00
|
|
|
--help) help=yes ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
--prefix=*) NGX_PREFIX="$value" ;;
|
|
|
|
--sbin-path=*) NGX_SBIN_PATH="$value" ;;
|
|
|
|
--conf-path=*) NGX_CONF_PATH="$value" ;;
|
|
|
|
--error-log-path=*) NGX_ERROR_LOG_PATH="$value";;
|
|
|
|
--pid-path=*) NGX_PID_PATH="$value" ;;
|
2004-10-21 23:34:38 +08:00
|
|
|
--user=*) NGX_USER="$value" ;;
|
|
|
|
--group=*) NGX_GROUP="$value" ;;
|
2004-05-19 04:28:54 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
--crossbuild=*) NGX_PLATFORM="$value" ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-10-21 23:34:38 +08:00
|
|
|
--builddir=*) NGX_OBJS="$value" ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-02-18 01:53:12 +08:00
|
|
|
--with-rtsig_module) EVENT_RTSIG=YES ;;
|
2004-02-03 05:19:52 +08:00
|
|
|
--with-select_module) EVENT_SELECT=YES ;;
|
2004-02-10 04:47:18 +08:00
|
|
|
--without-select_module) EVENT_SELECT=NONE ;;
|
2004-02-03 05:19:52 +08:00
|
|
|
--with-poll_module) EVENT_POLL=YES ;;
|
2004-02-10 04:47:18 +08:00
|
|
|
--without-poll_module) EVENT_POLL=NONE ;;
|
2004-02-03 05:19:52 +08:00
|
|
|
--with-aio_module) EVENT_AIO=YES ;;
|
2004-01-23 17:26:18 +08:00
|
|
|
|
2004-02-24 04:57:12 +08:00
|
|
|
--with-threads=*) USE_THREADS="$value" ;;
|
|
|
|
--with-threads) USE_THREADS="pthreads" ;;
|
|
|
|
|
2004-09-06 03:54:02 +08:00
|
|
|
--without-http) HTTP=NO ;;
|
2004-11-26 00:17:31 +08:00
|
|
|
--http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
--http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
|
|
|
|
--http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
|
|
|
|
--http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
|
2004-09-06 03:54:02 +08:00
|
|
|
|
2004-07-08 23:17:47 +08:00
|
|
|
--with-http_ssl_module) HTTP_SSL=YES ;;
|
2004-06-23 00:43:09 +08:00
|
|
|
--without-http_charset_module) HTTP_CHARSET=NO ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
--without-http_gzip_module) HTTP_GZIP=NO ;;
|
2004-07-08 23:17:47 +08:00
|
|
|
--without-http_ssi_module) HTTP_SSI=NO ;;
|
2004-08-27 23:40:59 +08:00
|
|
|
--without-http_userid_module) HTTP_USERID=NO ;;
|
2004-08-29 11:55:41 +08:00
|
|
|
--without-http_access_module) HTTP_ACCESS=NO ;;
|
2004-10-25 23:29:23 +08:00
|
|
|
--without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
|
2004-06-24 15:53:37 +08:00
|
|
|
--without-http_status_module) HTTP_STATUS=NO ;;
|
2005-02-04 03:33:37 +08:00
|
|
|
--without-http_geo_module) HTTP_GEO=NO ;;
|
2004-06-24 15:53:37 +08:00
|
|
|
--without-http_rewrite_module) HTTP_REWRITE=NO ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
--without-http_proxy_module) HTTP_PROXY=NO ;;
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
--without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2005-02-09 22:31:07 +08:00
|
|
|
# STUB
|
|
|
|
--with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
|
|
|
|
|
2004-09-07 23:29:22 +08:00
|
|
|
--with-imap) IMAP=YES ;;
|
|
|
|
|
2005-02-16 21:40:36 +08:00
|
|
|
--add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
|
2004-11-21 03:52:20 +08:00
|
|
|
|
2003-11-26 04:44:56 +08:00
|
|
|
--with-cc=*) CC="$value" ;;
|
2004-03-12 05:34:52 +08:00
|
|
|
--with-cpp=*) CPP="$value" ;;
|
2004-10-21 23:34:38 +08:00
|
|
|
--with-cc-opt=*) NGX_CC_OPT="$value" ;;
|
|
|
|
--with-ld-opt=*) NGX_LD_OPT="$value" ;;
|
2004-03-11 04:56:39 +08:00
|
|
|
--with-cpu-opt=*) CPU="$value" ;;
|
2004-11-26 00:17:31 +08:00
|
|
|
--with-debug) NGX_DEBUG=YES ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-02-20 00:48:14 +08:00
|
|
|
--without-pcre) USE_PCRE=DISABLED ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
--with-pcre=*) PCRE="$value" ;;
|
2004-03-11 04:56:39 +08:00
|
|
|
--with-pcre-opt=*) PCRE_OPT="$value" ;;
|
|
|
|
|
2004-07-26 02:34:14 +08:00
|
|
|
--with-openssl=*) OPENSSL="$value" ;;
|
|
|
|
|
2003-11-26 04:44:56 +08:00
|
|
|
--with-md5=*) MD5="$value" ;;
|
2004-03-11 04:56:39 +08:00
|
|
|
--with-md5-opt=*) MD5_OPT="$value" ;;
|
|
|
|
--with-md5-asm) MD5_ASM=YES ;;
|
|
|
|
|
2003-11-26 04:44:56 +08:00
|
|
|
--with-zlib=*) ZLIB="$value" ;;
|
2004-03-11 01:55:19 +08:00
|
|
|
--with-zlib-opt=*) ZLIB_OPT="$value" ;;
|
2004-03-11 04:56:39 +08:00
|
|
|
--with-zlib-asm=*) ZLIB_ASM="$value" ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
--test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;;
|
|
|
|
--test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
|
|
|
|
--test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
|
2004-12-03 02:40:46 +08:00
|
|
|
--test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
*)
|
|
|
|
echo "$0: error: invalid option \"$option\""
|
|
|
|
exit 1
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
if [ $help = yes ]; then
|
2004-01-23 17:26:18 +08:00
|
|
|
|
2004-10-21 23:34:38 +08:00
|
|
|
cat << END
|
|
|
|
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
--help this message
|
|
|
|
|
|
|
|
--prefix=PATH set the installation prefix
|
|
|
|
--sbin-path=PATH set path to the nginx binary file
|
|
|
|
--conf-path=PATH set path to the nginx.conf file
|
|
|
|
--error-log-path=PATH set path to the error log
|
|
|
|
--pid-path=PATH set path to nginx.pid file
|
|
|
|
|
|
|
|
--user=USER set non-privilege user
|
|
|
|
for the worker processes
|
|
|
|
--group=GROUP set non-privilege group
|
|
|
|
for the worker processes
|
|
|
|
|
|
|
|
--builddir=DIR set the build directory
|
|
|
|
|
|
|
|
--with-rtsig_module enable rtsig module
|
|
|
|
--with-select_module enable select module
|
|
|
|
--without-select_module disable select module
|
|
|
|
--with-poll_module enable poll module
|
|
|
|
--without-poll_module disable poll module
|
|
|
|
|
|
|
|
--with-http_ssl_module enable ngx_http_ssl_module
|
|
|
|
--without-http_charset_module disable ngx_http_charset_module
|
|
|
|
--without-http_gzip_module disable ngx_http_gzip_module
|
|
|
|
--without-http_userid_module disable ngx_http_userid_module
|
|
|
|
--without-http_access_module disable ngx_http_access_module
|
|
|
|
--without-http_autoindex_module disable ngx_http_autoindex_module
|
2005-02-04 03:33:37 +08:00
|
|
|
--without-http_geo_module disable ngx_http_geo_module
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
--without-http_rewrite_module disable ngx_http_rewrite_module
|
|
|
|
--without-http_proxy_module disable ngx_http_proxy_module
|
|
|
|
--without-http_fastcgi_module disable ngx_http_fastcgi_module
|
|
|
|
|
|
|
|
--http-log-path=PATH set path to the http access log
|
|
|
|
--http-client-body-temp-path=PATH set path to the http client request body
|
|
|
|
temporary files path
|
|
|
|
--http-proxy-temp-path=PATH set path to the http proxy temporary
|
|
|
|
files path
|
|
|
|
--http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
|
|
|
|
files path
|
|
|
|
|
|
|
|
--with-cc=PATH set path to C compiler
|
|
|
|
--with-cpp=PATH set path to C preprocessor
|
|
|
|
--with-cc-opt=OPTIONS set additional options for C compiler
|
|
|
|
--with-ld-opt=OPTIONS set additional options for linker
|
|
|
|
--with-cpu-opt=CPU build for specified CPU, the valid values:
|
|
|
|
pentium, pentiumpro, pentium4, sparc64
|
|
|
|
|
|
|
|
--without-pcre disable PCRE libarary usage
|
|
|
|
--with-pcre=DIR set path to PCRE library sources
|
|
|
|
--with-pcre-opt=OPTIONS set additional options for PCRE building
|
|
|
|
|
|
|
|
--with-md5=DIR set path to md5 library sources
|
|
|
|
--with-md5-opt=OPTIONS set additional options for md5 building
|
|
|
|
--with-md5-asm use md5 assembler sources
|
|
|
|
|
|
|
|
--with-zlib=DIR set path to zlib library sources
|
|
|
|
--with-zlib-opt=OPTIONS set additional options for zlib building
|
|
|
|
--with-zlib-asm=CPU use zlib assembler sources optimized
|
|
|
|
for specified CPU, the valid values:
|
|
|
|
pentium, pentiumpro
|
|
|
|
|
|
|
|
--with-openssl=DIR set path to OpenSSL library sources
|
|
|
|
|
|
|
|
--with-debug enable the debugging logging
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2004-10-21 23:34:38 +08:00
|
|
|
END
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
exit 1
|
|
|
|
fi
|
2004-04-22 02:54:33 +08:00
|
|
|
|
|
|
|
|
2004-09-14 13:45:22 +08:00
|
|
|
if [ $HTTP = NO ]; then
|
|
|
|
HTTP_CHARSET=NO
|
|
|
|
HTTP_GZIP=NO
|
|
|
|
HTTP_SSI=NO
|
|
|
|
HTTP_USERID=NO
|
|
|
|
HTTP_ACCESS=NO
|
|
|
|
HTTP_STATUS=NO
|
|
|
|
HTTP_REWRITE=NO
|
|
|
|
HTTP_PROXY=NO
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
HTTP_FASTCGI=NO
|
2004-09-14 13:45:22 +08:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
if [ ".$NGX_PLATFORM" = ".win32" ]; then
|
2004-11-11 22:07:14 +08:00
|
|
|
NGX_WINE=$WINE
|
2004-04-22 02:54:33 +08:00
|
|
|
fi
|
2004-05-19 04:28:54 +08:00
|
|
|
|
|
|
|
|
2004-12-21 20:30:30 +08:00
|
|
|
NGX_PREFIX=${NGX_PREFIX:-/usr/local/nginx}
|
2004-05-19 04:28:54 +08:00
|
|
|
|
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
case ".$NGX_SBIN_PATH" in
|
2004-09-28 00:03:21 +08:00
|
|
|
./*)
|
|
|
|
;;
|
2004-05-19 04:28:54 +08:00
|
|
|
|
2004-09-28 00:03:21 +08:00
|
|
|
.)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_SBIN_PATH=$NGX_PREFIX/sbin/nginx
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
2004-05-19 04:28:54 +08:00
|
|
|
|
2004-09-28 00:03:21 +08:00
|
|
|
*)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_SBIN_PATH=$NGX_PREFIX/$NGX_SBIN_PATH
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
esac
|
2004-05-19 04:28:54 +08:00
|
|
|
|
2004-09-28 00:03:21 +08:00
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
case ".$NGX_CONF_PATH" in
|
2004-09-28 00:03:21 +08:00
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_CONF_PATH=$NGX_PREFIX/conf/nginx.conf
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_CONF_PATH=$NGX_PREFIX/$NGX_CONF_PATH
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
case ".$NGX_PID_PATH" in
|
2004-09-28 00:03:21 +08:00
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_PID_PATH=$NGX_PREFIX/logs/nginx.pid
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_PID_PATH=$NGX_PREFIX/$NGX_PID_PATH
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
case ".$NGX_ERROR_LOG_PATH" in
|
2004-09-28 00:03:21 +08:00
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_ERROR_LOG_PATH=$NGX_PREFIX/logs/error.log
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
|
2004-09-30 00:00:49 +08:00
|
|
|
.stderr)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_ERROR_LOG_PATH=
|
2004-09-30 00:00:49 +08:00
|
|
|
;;
|
|
|
|
|
2004-09-28 00:03:21 +08:00
|
|
|
*)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_ERROR_LOG_PATH=$NGX_PREFIX/$NGX_ERROR_LOG_PATH
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
2004-11-26 00:17:31 +08:00
|
|
|
case ".$NGX_HTTP_LOG_PATH" in
|
2004-09-28 00:03:21 +08:00
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_HTTP_LOG_PATH=$NGX_PREFIX/logs/access.log
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
2004-11-26 00:17:31 +08:00
|
|
|
NGX_HTTP_LOG_PATH=$NGX_PREFIX/$NGX_HTTP_LOG_PATH
|
2004-09-28 00:03:21 +08:00
|
|
|
;;
|
|
|
|
esac
|
nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
--http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
--http-fastcgi-temp-path=PATH
*) Change: the directory name for the temporary files with the client
request body is specified by directive client_body_temp_path, by
default it is <prefix>/client_body_temp.
*) Feature: the ngx_http_fastcgi_module and the directives:
fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
fastcgi_busy_buffers_size, fastcgi_temp_path,
fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
fastcgi_next_upstream, and fastcgi_x_powered_by.
*) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0.1.3.
*) Change: the URI must be specified after the host name in the
proxy_pass directive.
*) Change: the %3F symbol in the URI was considered as the argument
string start.
*) Feature: the unix domain sockets support in the
ngx_http_proxy_module.
*) Feature: the ssl_engine and ssl_ciphers directives.
Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 21:03:58 +08:00
|
|
|
|
|
|
|
|
|
|
|
case ".$NGX_HTTP_CLIENT_TEMP_PATH" in
|
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
|
|
|
NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/client_body_temp
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
NGX_HTTP_CLIENT_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_CLIENT_TEMP_PATH
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
case ".$NGX_HTTP_PROXY_TEMP_PATH" in
|
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
|
|
|
NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/proxy_temp
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
NGX_HTTP_PROXY_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_PROXY_TEMP_PATH
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
case ".$NGX_HTTP_FASTCGI_TEMP_PATH" in
|
|
|
|
./*)
|
|
|
|
;;
|
|
|
|
|
|
|
|
.)
|
|
|
|
NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/fastcgi_temp
|
|
|
|
;;
|
|
|
|
|
|
|
|
*)
|
|
|
|
NGX_HTTP_FASTCGI_TEMP_PATH=$NGX_PREFIX/$NGX_HTTP_FASTCGI_TEMP_PATH
|
|
|
|
;;
|
|
|
|
esac
|