Re[3]: post_action remote бакенд

Znikus M znikus at mail.ru
Mon Dec 11 10:35:58 MSK 2006


Большое спасибо, патч помог! 
В моей модели что-то необычно или нерационально? Интересно, почему до меня ее никто не применял.

-----Original Message-----
From: Igor Sysoev <is at rambler-co.ru>
To: nginx-ru at sysoev.ru
Date: Sun, 10 Dec 2006 16:04:50 +0300 (MSK)
Subject: Re[2]: post_action remote бакенд

> 
> On Sun, 10 Dec 2006, Znikus M wrote:
> 
> > может надостаточно данных? предоставлю все что необходимо.
> > у меня уже головная боль от эксперементов с настройками.
> 
> Прилагаемый патч должен помочь.
> 
> 
> Игорь Сысоев
> http://sysoev.ru
> Index: src/http/ngx_http_request.c
> ===================================================================
> --- src/http/ngx_http_request.c	(revision 212)
> +++ src/http/ngx_http_request.c	(working copy)
> @@ -2247,6 +2247,8 @@
>      r->header_only = 1;
>      r->post_action = 1;
>  
> +    r->read_event_handler = ngx_http_block_read;
> +
>      ngx_http_internal_redirect(r, &clcf->post_action, NULL);
>  
>      return NGX_OK;
> 





More information about the nginx-ru mailing list