comparison auto/options @ 6:80ba094c6b3e NGINX_0_1_3

nginx 0.1.3 *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Oct 2004 00:00:00 +0400
parents 4b2dafa26fe2
children 46833bd150cb
comparison
equal deleted inserted replaced
5:985c56ebe724 6:80ba094c6b3e
40 HTTP_GZIP=YES 40 HTTP_GZIP=YES
41 HTTP_SSL=NO 41 HTTP_SSL=NO
42 HTTP_SSI=NO 42 HTTP_SSI=NO
43 HTTP_ACCESS=YES 43 HTTP_ACCESS=YES
44 HTTP_USERID=YES 44 HTTP_USERID=YES
45 HTTP_AUTOINDEX=YES
45 HTTP_STATUS=NO 46 HTTP_STATUS=NO
46 HTTP_REWRITE=YES 47 HTTP_REWRITE=YES
47 HTTP_PROXY=YES 48 HTTP_PROXY=YES
48 49
49 IMAP=NO 50 IMAP=NO
105 --without-http_charset_module) HTTP_CHARSET=NO ;; 106 --without-http_charset_module) HTTP_CHARSET=NO ;;
106 --without-http_gzip_module) HTTP_GZIP=NO ;; 107 --without-http_gzip_module) HTTP_GZIP=NO ;;
107 --without-http_ssi_module) HTTP_SSI=NO ;; 108 --without-http_ssi_module) HTTP_SSI=NO ;;
108 --without-http_userid_module) HTTP_USERID=NO ;; 109 --without-http_userid_module) HTTP_USERID=NO ;;
109 --without-http_access_module) HTTP_ACCESS=NO ;; 110 --without-http_access_module) HTTP_ACCESS=NO ;;
111 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
110 --without-http_status_module) HTTP_STATUS=NO ;; 112 --without-http_status_module) HTTP_STATUS=NO ;;
111 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 113 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
112 --without-http_proxy_module) HTTP_PROXY=NO ;; 114 --without-http_proxy_module) HTTP_PROXY=NO ;;
113 115
114 --with-imap) IMAP=YES ;; 116 --with-imap) IMAP=YES ;;