#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
Go to the source code of this file.
Macro Definition Documentation
#define NGX_HTTP_FASTCGI_ABORT_REQUEST 2 |
#define NGX_HTTP_FASTCGI_BEGIN_REQUEST 1 |
#define NGX_HTTP_FASTCGI_DATA 8 |
#define NGX_HTTP_FASTCGI_END_REQUEST 3 |
#define NGX_HTTP_FASTCGI_KEEP_CONN 1 |
#define NGX_HTTP_FASTCGI_PARAMS 4 |
#define NGX_HTTP_FASTCGI_RESPONDER 1 |
#define NGX_HTTP_FASTCGI_STDERR 7 |
#define NGX_HTTP_FASTCGI_STDIN 5 |
#define NGX_HTTP_FASTCGI_STDOUT 6 |
Enumeration Type Documentation
- Enumerator:
ngx_http_fastcgi_st_version |
|
ngx_http_fastcgi_st_type |
|
ngx_http_fastcgi_st_request_id_hi |
|
ngx_http_fastcgi_st_request_id_lo |
|
ngx_http_fastcgi_st_content_length_hi |
|
ngx_http_fastcgi_st_content_length_lo |
|
ngx_http_fastcgi_st_padding_length |
|
ngx_http_fastcgi_st_reserved |
|
ngx_http_fastcgi_st_data |
|
ngx_http_fastcgi_st_padding |
|
Definition at line 43 of file ngx_http_fastcgi_module.c.
Variable Documentation
Initial value: {
&ngx_http_fastcgi_module_ctx,
ngx_http_fastcgi_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 195 of file ngx_http_fastcgi_module.c.