Home
last modified time | relevance | path

Searched refs:ngx_http_fastcgi_module (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c221 ngx_module_t ngx_http_fastcgi_module; variable
401 &ngx_http_fastcgi_module },
592 ngx_module_t ngx_http_fastcgi_module = { variable
697 ngx_http_set_ctx(r, f, ngx_http_fastcgi_module); in ngx_http_fastcgi_handler()
710 u->output.tag = (ngx_buf_tag_t) &ngx_http_fastcgi_module; in ngx_http_fastcgi_handler()
1325 f = ngx_http_get_module_ctx(r, ngx_http_fastcgi_module); in ngx_http_fastcgi_reinit_request()
1363 f = ngx_http_get_module_ctx(r, ngx_http_fastcgi_module); in ngx_http_fastcgi_body_output_filter()
1651 f = ngx_http_get_module_ctx(r, ngx_http_fastcgi_module); in ngx_http_fastcgi_process_header()
2106 f = ngx_http_get_module_ctx(r, ngx_http_fastcgi_module); in ngx_http_fastcgi_input_filter()
3441 ngx_http_set_ctx(r, f, ngx_http_fastcgi_module); in ngx_http_fastcgi_split()
[all …]
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru376 *) Исправление: в модуле ngx_http_fastcgi_module.
2523 *) Исправление: в модуле ngx_http_fastcgi_module.
4486 ngx_http_fastcgi_module.
7682 *) Исправление: модули ngx_http_proxy_module и ngx_http_fastcgi_module
7696 ngx_http_fastcgi_module не наследовались с уровня server на уровень
8012 ngx_http_fastcgi_module, то файл индекса не закрывался после
8180 *) Исправление: ошибки в модуле ngx_http_fastcgi_module вызывали
8233 *) Добавление: модуль ngx_http_fastcgi_module и директивы fastcgi_pass,
H A DCHANGES369 *) Bugfix: in the ngx_http_fastcgi_module.
2473 *) Bugfix: in the ngx_http_fastcgi_module.
4404 *) Feature: the ngx_http_fastcgi_module preliminary cache support.
7547 *) Bugfix: the ngx_http_proxy_module and ngx_http_fastcgi_module may
7561 ngx_http_fastcgi_module were not inherited from the server to the
7873 ngx_http_fastcgi_module modules, then the index file was not closed
8042 *) Bugfix: the errors in the ngx_http_fastcgi_module caused the
8094 *) Feature: the ngx_http_fastcgi_module and the directives:
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules723 ngx_module_name=ngx_http_fastcgi_module
726 ngx_module_srcs=src/http/modules/ngx_http_fastcgi_module.c
H A Doptions485 --without-http_fastcgi_module disable ngx_http_fastcgi_module