comparison auto/options @ 3541:21452748d165

import original ngx_http_uwsgi_module version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 15:53:11 +0000
parents e60e00b4fe0c
children 0b3613117ac5
comparison
equal deleted inserted replaced
3540:2bf7f72f26b7 3541:21452748d165
77 HTTP_SPLIT_CLIENTS=YES 77 HTTP_SPLIT_CLIENTS=YES
78 HTTP_REFERER=YES 78 HTTP_REFERER=YES
79 HTTP_REWRITE=YES 79 HTTP_REWRITE=YES
80 HTTP_PROXY=YES 80 HTTP_PROXY=YES
81 HTTP_FASTCGI=YES 81 HTTP_FASTCGI=YES
82 HTTP_UWSGI=YES
82 HTTP_PERL=NO 83 HTTP_PERL=NO
83 HTTP_MEMCACHED=YES 84 HTTP_MEMCACHED=YES
84 HTTP_LIMIT_ZONE=YES 85 HTTP_LIMIT_ZONE=YES
85 HTTP_LIMIT_REQ=YES 86 HTTP_LIMIT_REQ=YES
86 HTTP_EMPTY_GIF=YES 87 HTTP_EMPTY_GIF=YES
213 --without-http_split_clients_module) HTTP_SPLIT_CLIENTS=NO ;; 214 --without-http_split_clients_module) HTTP_SPLIT_CLIENTS=NO ;;
214 --without-http_referer_module) HTTP_REFERER=NO ;; 215 --without-http_referer_module) HTTP_REFERER=NO ;;
215 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 216 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
216 --without-http_proxy_module) HTTP_PROXY=NO ;; 217 --without-http_proxy_module) HTTP_PROXY=NO ;;
217 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 218 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
219 --without-http_uwsgi_module) HTTP_UWSGI=NO ;;
218 --without-http_memcached_module) HTTP_MEMCACHED=NO ;; 220 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
219 --without-http_limit_zone_module) HTTP_LIMIT_ZONE=NO ;; 221 --without-http_limit_zone_module) HTTP_LIMIT_ZONE=NO ;;
220 --without-http_limit_req_module) HTTP_LIMIT_REQ=NO ;; 222 --without-http_limit_req_module) HTTP_LIMIT_REQ=NO ;;
221 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;; 223 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
222 --without-http_browser_module) HTTP_BROWSER=NO ;; 224 --without-http_browser_module) HTTP_BROWSER=NO ;;
346 --without-http_split_clients_module disable ngx_http_split_clients_module 348 --without-http_split_clients_module disable ngx_http_split_clients_module
347 --without-http_referer_module disable ngx_http_referer_module 349 --without-http_referer_module disable ngx_http_referer_module
348 --without-http_rewrite_module disable ngx_http_rewrite_module 350 --without-http_rewrite_module disable ngx_http_rewrite_module
349 --without-http_proxy_module disable ngx_http_proxy_module 351 --without-http_proxy_module disable ngx_http_proxy_module
350 --without-http_fastcgi_module disable ngx_http_fastcgi_module 352 --without-http_fastcgi_module disable ngx_http_fastcgi_module
353 --without-http_uwsgi_module disable ngx_http_uwsgi_module
351 --without-http_memcached_module disable ngx_http_memcached_module 354 --without-http_memcached_module disable ngx_http_memcached_module
352 --without-http_limit_zone_module disable ngx_http_limit_zone_module 355 --without-http_limit_zone_module disable ngx_http_limit_zone_module
353 --without-http_limit_req_module disable ngx_http_limit_req_module 356 --without-http_limit_req_module disable ngx_http_limit_req_module
354 --without-http_empty_gif_module disable ngx_http_empty_gif_module 357 --without-http_empty_gif_module disable ngx_http_empty_gif_module
355 --without-http_browser_module disable ngx_http_browser_module 358 --without-http_browser_module disable ngx_http_browser_module