Proxy, SSL

mFF mff at bk.ru
Tue Feb 7 12:05:34 MSK 2006


Igor Sysoev wrote:
> On Mon, 6 Feb 2006, mFF wrote:
> 
>> На https://bug.somedomain.ru:8282/ находится страница с формой для 
>> авторизации, она отображается нормально. После ввода логина/пароля и 
>> нажатия кнопки получаем сообщение 504 Gateway Time-out.
>> В чем причина не понятно.
> 
> Придагаемый патч должен помочь.
> 
> 
> Игорь Сысоев
> http://sysoev.ru
> 
> 
> ------------------------------------------------------------------------
> 
> --- src/http/modules/ngx_http_proxy_module.c	Thu Feb  2 21:50:29 2006
> +++ src/http/modules/ngx_http_proxy_module.c	Mon Feb  6 22:45:08 2006
> @@ -741,6 +741,8 @@
>              body = body->next;
>          }
>  
> +        b->flush = 1;
> +
>      } else {
>          u->request_bufs = cl;
>      }

# pwd
/tmp/nginx-0.3.26
gate# patch < ../patch-0.3.26.1.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/http/modules/ngx_http_proxy_module.c   Thu Feb  2 21:50:29 2006
|+++ src/http/modules/ngx_http_proxy_module.c   Mon Feb  6 22:45:08 2006
--------------------------
Patching file src/http/modules/ngx_http_proxy_module.c using Plan A...
Hunk #1 failed at 741.
1 out of 1 hunks failed--saving rejects to 
src/http/modules/ngx_http_proxy_module.c.rej
done

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ngx_http_proxy_module.c.rej
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20060207/ffdce7f6/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ngx_http_proxy_module.c.orig
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20060207/ffdce7f6/attachment-0001.ksh>


More information about the nginx-ru mailing list