comparison auto/sources @ 4654:a2ca3a6ee680

Upstream: least_conn balancer module.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 03 Jun 2012 23:21:26 +0000
parents f31162fefe01
children f9ae534ebf4b
comparison
equal deleted inserted replaced
4653:134ccdf44647 4654:a2ca3a6ee680
477 477
478 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module 478 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module
479 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c 479 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c
480 480
481 481
482 HTTP_UPSTREAM_LEAST_CONN_MODULE=ngx_http_upstream_least_conn_module
483 HTTP_UPSTREAM_LEAST_CONN_SRCS=" \
484 src/http/modules/ngx_http_upstream_least_conn_module.c"
485
486
482 HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module 487 HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module
483 HTTP_UPSTREAM_KEEPALIVE_SRCS=" \ 488 HTTP_UPSTREAM_KEEPALIVE_SRCS=" \
484 src/http/modules/ngx_http_upstream_keepalive_module.c" 489 src/http/modules/ngx_http_upstream_keepalive_module.c"
485 490
486 491