comparison auto/options @ 467:bbd6b0b4a2b1 release-0.1.8

nginx-0.1.8-RELEASE import *) 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 <igor@sysoev.ru>
date Sat, 20 Nov 2004 19:52:20 +0000
parents a88a3e4e158f
children 2ff194b74f1e
comparison
equal deleted inserted replaced
466:ee6d66462bff 467:bbd6b0b4a2b1
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" ;;