comparison auto/options @ 138:8e6d4d96ec4c NGINX_0_3_16

nginx 0.3.16 *) Feature: the ngx_http_map_module. *) Feature: the "types_hash_max_size" and "types_hash_bucket_size" directives. *) Feature: the "ssi_value_length" directive. *) Feature: the "worker_rlimit_core" directive. *) Workaround: the connection number in logs was always 1 if nginx was built by the icc 8.1 or 9.0 compilers with optimization for Pentium 4. *) Bugfix: the "config timefmt" SSI command set incorrect time format. *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the SSL connections; bug appeared in 0.3.13. Thanks to Rob Mueller. *) Bugfix: segmentation fault may occurred in at SSL shutdown; bug appeared in 0.3.13.
author Igor Sysoev <http://sysoev.ru>
date Fri, 16 Dec 2005 00:00:00 +0300
parents 82d695e3d662
children ea622d8acb38
comparison
equal deleted inserted replaced
137:768f51dd150b 138:8e6d4d96ec4c
55 HTTP_AUTH_BASIC=YES 55 HTTP_AUTH_BASIC=YES
56 HTTP_USERID=YES 56 HTTP_USERID=YES
57 HTTP_AUTOINDEX=YES 57 HTTP_AUTOINDEX=YES
58 HTTP_STATUS=NO 58 HTTP_STATUS=NO
59 HTTP_GEO=YES 59 HTTP_GEO=YES
60 HTTP_MAP=YES
60 HTTP_REFERER=YES 61 HTTP_REFERER=YES
61 HTTP_REWRITE=YES 62 HTTP_REWRITE=YES
62 HTTP_PROXY=YES 63 HTTP_PROXY=YES
63 HTTP_FASTCGI=YES 64 HTTP_FASTCGI=YES
64 HTTP_MEMCACHED=YES 65 HTTP_MEMCACHED=YES
86 87
87 USE_ZLIB=NO 88 USE_ZLIB=NO
88 ZLIB=NONE 89 ZLIB=NONE
89 ZLIB_OPT= 90 ZLIB_OPT=
90 ZLIB_ASM=NO 91 ZLIB_ASM=NO
92
93 NGX_CPU_CACHE_LINE=
91 94
92 95
93 for option 96 for option
94 do 97 do
95 case "$option" in 98 case "$option" in
137 --without-http_access_module) HTTP_ACCESS=NO ;; 140 --without-http_access_module) HTTP_ACCESS=NO ;;
138 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;; 141 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
139 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 142 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
140 --without-http_status_module) HTTP_STATUS=NO ;; 143 --without-http_status_module) HTTP_STATUS=NO ;;
141 --without-http_geo_module) HTTP_GEO=NO ;; 144 --without-http_geo_module) HTTP_GEO=NO ;;
145 --without-http_map_module) HTTP_MAP=NO ;;
142 --without-http_referer_module) HTTP_REFERER=NO ;; 146 --without-http_referer_module) HTTP_REFERER=NO ;;
143 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 147 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
144 --without-http_proxy_module) HTTP_PROXY=NO ;; 148 --without-http_proxy_module) HTTP_PROXY=NO ;;
145 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 149 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
146 --without-http_memcached_module) HTTP_MEMCACHED=NO ;; 150 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;