comparison auto/modules @ 2592:3a8a53c0c42f

a prelimiary proxy cache support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Mar 2009 13:14:51 +0000
parents ce574b0ffeec
children a16ec9e1b4d1
comparison
equal deleted inserted replaced
2591:7162ac8d564f 2592:3a8a53c0c42f
60 60
61 61
62 if [ $HTTP != YES ]; then 62 if [ $HTTP != YES ]; then
63 have=NGX_CRYPT . auto/nohave 63 have=NGX_CRYPT . auto/nohave
64 CRYPT_LIB= 64 CRYPT_LIB=
65 fi
66
67
68 if [ $HTTP_CACHE = YES ]; then
69 USE_MD5=YES
70 have=NGX_HTTP_CACHE . auto/have
71 HTTP_SRCS="$HTTP_SRCS $HTTP_FILE_CACHE_SRCS"
65 fi 72 fi
66 73
67 74
68 if [ $HTTP_SSI = YES ]; then 75 if [ $HTTP_SSI = YES ]; then
69 HTTP_POSTPONE=YES 76 HTTP_POSTPONE=YES
303 if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then 310 if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then
304 HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_IP_HASH_MODULE" 311 HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_IP_HASH_MODULE"
305 HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS" 312 HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS"
306 fi 313 fi
307 314
308 # STUB
309 #USE_MD5=YES
310 #HTTP_SRCS="$HTTP_SRCS $HTTP_CACHE_SRCS"
311 #HTTP_SRCS="$HTTP_SRCS $HTTP_FILE_CACHE_SRCS"
312
313 if [ $HTTP_STUB_STATUS = YES ]; then 315 if [ $HTTP_STUB_STATUS = YES ]; then
314 have=NGX_STAT_STUB . auto/have 316 have=NGX_STAT_STUB . auto/have
315 HTTP_MODULES="$HTTP_MODULES ngx_http_stub_status_module" 317 HTTP_MODULES="$HTTP_MODULES ngx_http_stub_status_module"
316 HTTP_SRCS="$HTTP_SRCS src/http/modules/ngx_http_stub_status_module.c" 318 HTTP_SRCS="$HTTP_SRCS src/http/modules/ngx_http_stub_status_module.c"
317 fi 319 fi