comparison auto/options @ 38:2879cd3a40cb NGINX_0_1_19

nginx 0.1.19 *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Feb 2005 00:00:00 +0300
parents a39d1b793287
children 9f3205d496a0
comparison
equal deleted inserted replaced
37:3376a7dea5d6 38:2879cd3a40cb
61 # STUB 61 # STUB
62 HTTP_STUB_STATUS=NO 62 HTTP_STUB_STATUS=NO
63 63
64 IMAP=NO 64 IMAP=NO
65 65
66 NGX_MODULES= 66 NGX_ADDONS=
67 67
68 USE_PCRE=NO 68 USE_PCRE=NO
69 PCRE=NONE 69 PCRE=NONE
70 PCRE_OPT= 70 PCRE_OPT=
71 71
137 # STUB 137 # STUB
138 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;; 138 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
139 139
140 --with-imap) IMAP=YES ;; 140 --with-imap) IMAP=YES ;;
141 141
142 --with-module=*) NGX_MODULES="$NGX_MODULES $values" ;; 142 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
143 143
144 --with-cc=*) CC="$value" ;; 144 --with-cc=*) CC="$value" ;;
145 --with-cpp=*) CPP="$value" ;; 145 --with-cpp=*) CPP="$value" ;;
146 --with-cc-opt=*) NGX_CC_OPT="$value" ;; 146 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
147 --with-ld-opt=*) NGX_LD_OPT="$value" ;; 147 --with-ld-opt=*) NGX_LD_OPT="$value" ;;