На https://bug.somedomain.ru:8282/ находится страница с формой для
авторизации, она отображается нормально. После ввода логина/пароля и
нажатия кнопки получаем сообщение 504 Gateway Time-out.
В чем причина не понятно.
Придагаемый патч должен помочь.
------------------------------------------------------------------------
--- 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
Это что-то странное, у меня тот же файл (присланный .orig) правится
без проблем:
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 ngx_http_proxy_module.c using Plan A...
Hunk #1 succeeded at 741.
done