Searched refs:ngx_http_perl_module (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | ngx_http_perl_module.c | 115 ngx_module_t ngx_http_perl_module = { variable 192 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); in ngx_http_perl_handle_request() 201 ngx_http_set_ctx(r, ctx, ngx_http_perl_module); in ngx_http_perl_handle_request() 204 pmcf = ngx_http_get_module_main_conf(r, ngx_http_perl_module); in ngx_http_perl_handle_request() 213 plcf = ngx_http_get_module_loc_conf(r, ngx_http_perl_module); in ngx_http_perl_handle_request() 308 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); in ngx_http_perl_variable() 316 ngx_http_set_ctx(r, ctx, ngx_http_perl_module); in ngx_http_perl_variable() 319 pmcf = ngx_http_get_module_main_conf(r, ngx_http_perl_module); in ngx_http_perl_variable() 371 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); in ngx_http_perl_ssi() 379 ngx_http_set_ctx(r, ctx, ngx_http_perl_module); in ngx_http_perl_ssi() [all …]
|
| H A D | ngx_http_perl_module.h | 47 extern ngx_module_t ngx_http_perl_module;
|
| H A D | nginx.xs | 74 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); in ngx_http_perl_output() 381 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); 549 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); 790 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); 920 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module); 1002 ctx = ngx_http_get_module_ctx(r, ngx_http_perl_module);
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 714 *) Исправление: в модуле ngx_http_perl_module. 974 *) Добавление: модуль ngx_http_perl_module теперь можно собрать 1571 *) Исправление: в модуле ngx_http_perl_module. 2265 ngx_http_perl_module. 5703 *) Добавление: модуль ngx_http_perl_module поддерживает метод 5831 ngx_http_perl_module было равно номеру главного процесса. 5924 *) Изменение: метод $r->rflush в модуле ngx_http_perl_module 6062 *) Исправление: ngx_http_perl_module не собирался на Solaris. 6754 ngx_http_perl_module. 6855 *) Изменение: оптимизация модуля ngx_http_perl_module. [all …]
|
| H A D | CHANGES | 701 *) Bugfix: in the ngx_http_perl_module. 961 *) Feature: the ngx_http_perl_module can be built dynamically. 1539 *) Bugfix: in the ngx_http_perl_module. 5586 *) Feature: the ngx_http_perl_module supports the 5939 *) Bugfix: ngx_http_perl_module could not be built on Solaris. 6089 *) Feature: the ngx_http_perl_module supports the $r->status, 6166 *) Bugfix: ngx_http_perl_module did not work if perl was called 6621 ngx_http_perl_module. 6723 *) Change: the ngx_http_perl_module optimizations. 6960 *) Feature: the ngx_http_perl_module supports the $r->args and [all …]
|
| /f-stack/app/nginx-1.16.1/auto/lib/perl/ |
| H A D | make | 8 $NGX_OBJS/src/http/modules/perl/ngx_http_perl_module.o: \\ 13 src/http/modules/perl/ngx_http_perl_module.h \\
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | modules | 767 ngx_module_name=ngx_http_perl_module 769 ngx_module_deps=src/http/modules/perl/ngx_http_perl_module.h 770 ngx_module_srcs=src/http/modules/perl/ngx_http_perl_module.c
|
| H A D | make | 314 if [ $ngx_source = src/http/modules/perl/ngx_http_perl_module.c ]; then 669 if [ $ngx_source = src/http/modules/perl/ngx_http_perl_module.c ]; then
|
| H A D | options | 507 --with-http_perl_module enable ngx_http_perl_module 508 --with-http_perl_module=dynamic enable dynamic ngx_http_perl_module
|