comparison auto/options @ 2592:3a8a53c0c42f

a prelimiary proxy cache support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Mar 2009 13:14:51 +0000
parents 2068bdecc876
children a65976a205a5
comparison
equal deleted inserted replaced
2591:7162ac8d564f 2592:3a8a53c0c42f
50 NGX_HTTP_LOG_PATH= 50 NGX_HTTP_LOG_PATH=
51 NGX_HTTP_CLIENT_TEMP_PATH= 51 NGX_HTTP_CLIENT_TEMP_PATH=
52 NGX_HTTP_PROXY_TEMP_PATH= 52 NGX_HTTP_PROXY_TEMP_PATH=
53 NGX_HTTP_FASTCGI_TEMP_PATH= 53 NGX_HTTP_FASTCGI_TEMP_PATH=
54 54
55 HTTP_CACHE=YES
55 HTTP_CHARSET=YES 56 HTTP_CHARSET=YES
56 HTTP_GZIP=YES 57 HTTP_GZIP=YES
57 HTTP_SSL=NO 58 HTTP_SSL=NO
58 HTTP_SSI=YES 59 HTTP_SSI=YES
59 HTTP_POSTPONE=NO 60 HTTP_POSTPONE=NO
163 #--with-threads) USE_THREADS="pthreads" ;; 164 #--with-threads) USE_THREADS="pthreads" ;;
164 165
165 --with-ipv6) NGX_IPV6=YES ;; 166 --with-ipv6) NGX_IPV6=YES ;;
166 167
167 --without-http) HTTP=NO ;; 168 --without-http) HTTP=NO ;;
169 --without-http-cache) HTTP_CACHE=NO ;;
170
168 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;; 171 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
169 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; 172 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
170 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;; 173 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
171 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 174 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
172 175
335 --http-proxy-temp-path=PATH set path to the http proxy temporary files 338 --http-proxy-temp-path=PATH set path to the http proxy temporary files
336 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary 339 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
337 files 340 files
338 341
339 --without-http disable HTTP server 342 --without-http disable HTTP server
343 --without-http-cache disable HTTP cache
340 344
341 --with-mail enable POP3/IMAP4/SMTP proxy module 345 --with-mail enable POP3/IMAP4/SMTP proxy module
342 --with-mail_ssl_module enable ngx_mail_ssl_module 346 --with-mail_ssl_module enable ngx_mail_ssl_module
343 --without-mail_pop3_module disable ngx_mail_pop3_module 347 --without-mail_pop3_module disable ngx_mail_pop3_module
344 --without-mail_imap_module disable ngx_mail_imap_module 348 --without-mail_imap_module disable ngx_mail_imap_module