comparison src/http/ngx_http.h @ 884:4d68c486fcb0

upstream choice modules
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Dec 2006 16:46:13 +0000
parents 3b763d36e055
children 86c5c9288acc
comparison
equal deleted inserted replaced
883:eac23634d614 884:4d68c486fcb0
30 #include <ngx_http_cache.h> 30 #include <ngx_http_cache.h>
31 31
32 #include <ngx_http_variables.h> 32 #include <ngx_http_variables.h>
33 #include <ngx_http_request.h> 33 #include <ngx_http_request.h>
34 #include <ngx_http_upstream.h> 34 #include <ngx_http_upstream.h>
35 #include <ngx_http_upstream_round_robin.h>
35 #include <ngx_http_config.h> 36 #include <ngx_http_config.h>
36 #include <ngx_http_busy_lock.h> 37 #include <ngx_http_busy_lock.h>
37 #include <ngx_http_core_module.h> 38 #include <ngx_http_core_module.h>
38 #include <ngx_http_script.h> 39 #include <ngx_http_script.h>
39 40