Re[2]: post_action remote бакенд
Igor Sysoev
is at rambler-co.ru
Sun Dec 10 16:04:50 MSK 2006
On Sun, 10 Dec 2006, Znikus M wrote:
> может надостаточно данных? предоставлю все что необходимо.
> у меня уже головная боль от эксперементов с настройками.
Прилагаемый патч должен помочь.
Игорь Сысоев
http://sysoev.ru
-------------- next part --------------
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