comparison auto/options @ 396:349057ecf4d5 NGINX_0_7_10

nginx 0.7.10 *) Bugfix: in the "addition_types", "charset_types", "gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives; the bugs had appeared in 0.7.9. *) Bugfix: of recursive error_page for 500 status code. *) Bugfix: now the ngx_http_realip_module set address not for whole keepalive connection, but for each request passed via the connection.
author Igor Sysoev <http://sysoev.ru>
date Wed, 13 Aug 2008 00:00:00 +0400
parents 05981f639d21
children 79c5df00501e
comparison
equal deleted inserted replaced
395:ebf3256f0c2b 396:349057ecf4d5
207 --without-mail_pop3_module) MAIL_POP3=NO ;; 207 --without-mail_pop3_module) MAIL_POP3=NO ;;
208 --without-mail_imap_module) MAIL_IMAP=NO ;; 208 --without-mail_imap_module) MAIL_IMAP=NO ;;
209 --without-mail_smtp_module) MAIL_SMTP=NO ;; 209 --without-mail_smtp_module) MAIL_SMTP=NO ;;
210 210
211 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;; 211 --with-google_perftools_module) NGX_GOOGLE_PERFTOOLS=YES ;;
212 --with-cpp_test_module) NGX_CPP_TEST_MODULE=YES ;; 212 --with-cpp_test_module) NGX_CPP_TEST=YES ;;
213 213
214 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 214 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
215 215
216 --with-cc=*) CC="$value" ;; 216 --with-cc=*) CC="$value" ;;
217 --with-cpp=*) CPP="$value" ;; 217 --with-cpp=*) CPP="$value" ;;