comparison auto/options @ 16:74b1868dd3cd NGINX_0_1_8

nginx 0.1.8 *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 20 Nov 2004 00:00:00 +0300
parents 46833bd150cb
children 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
15:0503cb60c4e4 16:74b1868dd3cd
50 HTTP_REWRITE=YES 50 HTTP_REWRITE=YES
51 HTTP_PROXY=YES 51 HTTP_PROXY=YES
52 52
53 IMAP=NO 53 IMAP=NO
54 54
55 MODULES=
56
55 USE_PCRE=NO 57 USE_PCRE=NO
56 PCRE=NONE 58 PCRE=NONE
57 PCRE_OPT= 59 PCRE_OPT=
58 60
59 USE_OPENSSL=NO 61 USE_OPENSSL=NO
116 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 118 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
117 --without-http_proxy_module) HTTP_PROXY=NO ;; 119 --without-http_proxy_module) HTTP_PROXY=NO ;;
118 120
119 --with-imap) IMAP=YES ;; 121 --with-imap) IMAP=YES ;;
120 122
123 --with-module=*) NGX_MODULES="$NGX_MODULES $values" ;;
124
121 --with-cc=*) CC="$value" ;; 125 --with-cc=*) CC="$value" ;;
122 --with-cpp=*) CPP="$value" ;; 126 --with-cpp=*) CPP="$value" ;;
123 --with-cc-opt=*) NGX_CC_OPT="$value" ;; 127 --with-cc-opt=*) NGX_CC_OPT="$value" ;;
124 --with-ld-opt=*) NGX_LD_OPT="$value" ;; 128 --with-ld-opt=*) NGX_LD_OPT="$value" ;;
125 --with-cpu-opt=*) CPU="$value" ;; 129 --with-cpu-opt=*) CPU="$value" ;;