comparison auto/options @ 633:f971949ffb58 release-0.3.38

nginx-0.3.38-RELEASE import *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Apr 2006 09:53:38 +0000
parents 65bf042c0b4f
children 18268abd340c
comparison
equal deleted inserted replaced
632:5c60f5f0887d 633:f971949ffb58
51 HTTP_SSL=NO 51 HTTP_SSL=NO
52 HTTP_SSI=YES 52 HTTP_SSI=YES
53 HTTP_POSTPONE=NO 53 HTTP_POSTPONE=NO
54 HTTP_REALIP=NO 54 HTTP_REALIP=NO
55 HTTP_ADDITION=NO 55 HTTP_ADDITION=NO
56 HTTP_DAV=NO
56 HTTP_ACCESS=YES 57 HTTP_ACCESS=YES
57 HTTP_AUTH_BASIC=YES 58 HTTP_AUTH_BASIC=YES
58 HTTP_USERID=YES 59 HTTP_USERID=YES
59 HTTP_AUTOINDEX=YES 60 HTTP_AUTOINDEX=YES
60 HTTP_STATUS=NO 61 HTTP_STATUS=NO
139 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 140 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
140 141
141 --with-http_ssl_module) HTTP_SSL=YES ;; 142 --with-http_ssl_module) HTTP_SSL=YES ;;
142 --with-http_realip_module) HTTP_REALIP=YES ;; 143 --with-http_realip_module) HTTP_REALIP=YES ;;
143 --with-http_addition_module) HTTP_ADDITION=YES ;; 144 --with-http_addition_module) HTTP_ADDITION=YES ;;
145 --with-http_dav_module) HTTP_DAV=YES ;;
146
144 --without-http_charset_module) HTTP_CHARSET=NO ;; 147 --without-http_charset_module) HTTP_CHARSET=NO ;;
145 --without-http_gzip_module) HTTP_GZIP=NO ;; 148 --without-http_gzip_module) HTTP_GZIP=NO ;;
146 --without-http_ssi_module) HTTP_SSI=NO ;; 149 --without-http_ssi_module) HTTP_SSI=NO ;;
147 --without-http_userid_module) HTTP_USERID=NO ;; 150 --without-http_userid_module) HTTP_USERID=NO ;;
148 --without-http_access_module) HTTP_ACCESS=NO ;; 151 --without-http_access_module) HTTP_ACCESS=NO ;;