comparison auto/options @ 3549:0b3613117ac5

./configure --http-uwsgi-temp-path=PATH
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 17:44:51 +0000
parents 21452748d165
children d656caa72ec9
comparison
equal deleted inserted replaced
3548:fc7541a6959d 3549:0b3613117ac5
50 50
51 NGX_HTTP_LOG_PATH= 51 NGX_HTTP_LOG_PATH=
52 NGX_HTTP_CLIENT_TEMP_PATH= 52 NGX_HTTP_CLIENT_TEMP_PATH=
53 NGX_HTTP_PROXY_TEMP_PATH= 53 NGX_HTTP_PROXY_TEMP_PATH=
54 NGX_HTTP_FASTCGI_TEMP_PATH= 54 NGX_HTTP_FASTCGI_TEMP_PATH=
55 NGX_HTTP_UWSGI_TEMP_PATH=
55 56
56 HTTP_CACHE=YES 57 HTTP_CACHE=YES
57 HTTP_CHARSET=YES 58 HTTP_CHARSET=YES
58 HTTP_GZIP=YES 59 HTTP_GZIP=YES
59 HTTP_SSL=NO 60 HTTP_SSL=NO
184 185
185 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;; 186 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
186 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; 187 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
187 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;; 188 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
188 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 189 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
190 --http-uwsgi-temp-path=*) NGX_HTTP_UWSGI_TEMP_PATH="$value" ;;
189 191
190 --with-http_ssl_module) HTTP_SSL=YES ;; 192 --with-http_ssl_module) HTTP_SSL=YES ;;
191 --with-http_realip_module) HTTP_REALIP=YES ;; 193 --with-http_realip_module) HTTP_REALIP=YES ;;
192 --with-http_addition_module) HTTP_ADDITION=YES ;; 194 --with-http_addition_module) HTTP_ADDITION=YES ;;
193 --with-http_xslt_module) HTTP_XSLT=YES ;; 195 --with-http_xslt_module) HTTP_XSLT=YES ;;
367 --http-client-body-temp-path=PATH set path to the http client request body 369 --http-client-body-temp-path=PATH set path to the http client request body
368 temporary files 370 temporary files
369 --http-proxy-temp-path=PATH set path to the http proxy temporary files 371 --http-proxy-temp-path=PATH set path to the http proxy temporary files
370 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary 372 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
371 files 373 files
374 --http-uwsgi-temp-path=PATH set path to the http uwsgi temporary files
372 375
373 --without-http disable HTTP server 376 --without-http disable HTTP server
374 --without-http-cache disable HTTP cache 377 --without-http-cache disable HTTP cache
375 378
376 --with-mail enable POP3/IMAP4/SMTP proxy module 379 --with-mail enable POP3/IMAP4/SMTP proxy module
456 459
457 NGX_HTTP_LOG_PATH=${NGX_HTTP_LOG_PATH:-logs/access.log} 460 NGX_HTTP_LOG_PATH=${NGX_HTTP_LOG_PATH:-logs/access.log}
458 NGX_HTTP_CLIENT_TEMP_PATH=${NGX_HTTP_CLIENT_TEMP_PATH:-client_body_temp} 461 NGX_HTTP_CLIENT_TEMP_PATH=${NGX_HTTP_CLIENT_TEMP_PATH:-client_body_temp}
459 NGX_HTTP_PROXY_TEMP_PATH=${NGX_HTTP_PROXY_TEMP_PATH:-proxy_temp} 462 NGX_HTTP_PROXY_TEMP_PATH=${NGX_HTTP_PROXY_TEMP_PATH:-proxy_temp}
460 NGX_HTTP_FASTCGI_TEMP_PATH=${NGX_HTTP_FASTCGI_TEMP_PATH:-fastcgi_temp} 463 NGX_HTTP_FASTCGI_TEMP_PATH=${NGX_HTTP_FASTCGI_TEMP_PATH:-fastcgi_temp}
464 NGX_HTTP_UWSGI_TEMP_PATH=${NGX_HTTP_UWSGI_TEMP_PATH:-uwsgi_temp}
461 465
462 case ".$NGX_PERL_MODULES" in 466 case ".$NGX_PERL_MODULES" in
463 ./*) 467 ./*)
464 ;; 468 ;;
465 469