comparison auto/sources @ 4127:b2e21a39307c

Upstream keepalive module.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Sep 2011 19:28:18 +0000
parents 6492c79e943a
children 91874133fb27
comparison
equal deleted inserted replaced
4126:bba9a5ccc6cd 4127:b2e21a39307c
473 473
474 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module 474 HTTP_UPSTREAM_IP_HASH_MODULE=ngx_http_upstream_ip_hash_module
475 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c 475 HTTP_UPSTREAM_IP_HASH_SRCS=src/http/modules/ngx_http_upstream_ip_hash_module.c
476 476
477 477
478 HTTP_UPSTREAM_KEEPALIVE_MODULE=ngx_http_upstream_keepalive_module
479 HTTP_UPSTREAM_KEEPALIVE_SRCS=" \
480 src/http/modules/ngx_http_upstream_keepalive_module.c"
481
482
478 MAIL_INCS="src/mail" 483 MAIL_INCS="src/mail"
479 484
480 MAIL_DEPS="src/mail/ngx_mail.h" 485 MAIL_DEPS="src/mail/ngx_mail.h"
481 486
482 MAIL_MODULES="ngx_mail_module ngx_mail_core_module" 487 MAIL_MODULES="ngx_mail_module ngx_mail_core_module"