comparison auto/sources @ 5717:efc84a5723b3

Upstream: generic hash module.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 02 Jun 2014 16:16:22 +0400
parents 777202558122
children 466bd63b63d1
comparison
equal deleted inserted replaced
5716:34d460c5d186 5717:efc84a5723b3
495 495
496 HTTP_GZIP_STATIC_MODULE=ngx_http_gzip_static_module 496 HTTP_GZIP_STATIC_MODULE=ngx_http_gzip_static_module
497 HTTP_GZIP_STATIC_SRCS=src/http/modules/ngx_http_gzip_static_module.c 497 HTTP_GZIP_STATIC_SRCS=src/http/modules/ngx_http_gzip_static_module.c
498 498
499 499
500 HTTP_UPSTREAM_HASH_MODULE=ngx_http_upstream_hash_module
501 HTTP_UPSTREAM_HASH_SRCS=src/http/modules/ngx_http_upstream_hash_module.c
502
503
500 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module 504 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module
501 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c 505 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c
502 506
503 507
504 HTTP_UPSTREAM_LEAST_CONN_MODULE=ngx_http_upstream_least_conn_module 508 HTTP_UPSTREAM_LEAST_CONN_MODULE=ngx_http_upstream_least_conn_module