comparison src/http/ngx_http_upstream.h @ 1378:0be898896d1a

backup upstream servers
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Aug 2007 13:54:33 +0000
parents 5383f5232364
children 56f1ea5baabb
comparison
equal deleted inserted replaced
1377:0d57c150115b 1378:0be898896d1a
22 #define NGX_HTTP_UPSTREAM_FT_HTTP_500 0x00000010 22 #define NGX_HTTP_UPSTREAM_FT_HTTP_500 0x00000010
23 #define NGX_HTTP_UPSTREAM_FT_HTTP_503 0x00000020 23 #define NGX_HTTP_UPSTREAM_FT_HTTP_503 0x00000020
24 #define NGX_HTTP_UPSTREAM_FT_HTTP_404 0x00000040 24 #define NGX_HTTP_UPSTREAM_FT_HTTP_404 0x00000040
25 #define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK 0x00000080 25 #define NGX_HTTP_UPSTREAM_FT_BUSY_LOCK 0x00000080
26 #define NGX_HTTP_UPSTREAM_FT_MAX_WAITING 0x00000100 26 #define NGX_HTTP_UPSTREAM_FT_MAX_WAITING 0x00000100
27 #define NGX_HTTP_UPSTREAM_FT_NOLIVE 0x40000000
27 #define NGX_HTTP_UPSTREAM_FT_OFF 0x80000000 28 #define NGX_HTTP_UPSTREAM_FT_OFF 0x80000000
28 29
29 30
30 #define NGX_HTTP_UPSTREAM_INVALID_HEADER 40 31 #define NGX_HTTP_UPSTREAM_INVALID_HEADER 40
31 32