comparison src/http/modules/ngx_http_fastcgi_module.c @ 1884:7756b1085119

fix order
author Igor Sysoev <igor@sysoev.ru>
date Thu, 07 Feb 2008 10:45:04 +0000
parents 09dfe92b9414
children 2819956d1ca0
comparison
equal deleted inserted replaced
1883:09dfe92b9414 1884:7756b1085119
131 131
132 static char *ngx_http_fastcgi_upstream_max_fails_unsupported(ngx_conf_t *cf, 132 static char *ngx_http_fastcgi_upstream_max_fails_unsupported(ngx_conf_t *cf,
133 ngx_command_t *cmd, void *conf); 133 ngx_command_t *cmd, void *conf);
134 static char *ngx_http_fastcgi_upstream_fail_timeout_unsupported(ngx_conf_t *cf, 134 static char *ngx_http_fastcgi_upstream_fail_timeout_unsupported(ngx_conf_t *cf,
135 ngx_command_t *cmd, void *conf); 135 ngx_command_t *cmd, void *conf);
136
137
138 static ngx_str_t ngx_http_fastcgi_script_name =
139 ngx_string("fastcgi_script_name");
140 136
141 137
142 static ngx_conf_post_t ngx_http_fastcgi_lowat_post = 138 static ngx_conf_post_t ngx_http_fastcgi_lowat_post =
143 { ngx_http_fastcgi_lowat_check }; 139 { ngx_http_fastcgi_lowat_check };
144 140
408 NGX_HTTP_FASTCGI_PARAMS, /* type */ 404 NGX_HTTP_FASTCGI_PARAMS, /* type */
409 0, /* request_id_hi */ 405 0, /* request_id_hi */
410 1 }, /* request_id_lo */ 406 1 }, /* request_id_lo */
411 407
412 }; 408 };
409
410
411 static ngx_str_t ngx_http_fastcgi_script_name =
412 ngx_string("fastcgi_script_name");
413 413
414 414
415 static ngx_str_t ngx_http_fastcgi_hide_headers[] = { 415 static ngx_str_t ngx_http_fastcgi_hide_headers[] = {
416 ngx_string("Status"), 416 ngx_string("Status"),
417 ngx_string("X-Accel-Expires"), 417 ngx_string("X-Accel-Expires"),