Quantcast
Browsing all 53287 articles
Browse latest View live

Re: Почему NGINX возвращает не придерживается базового протокола FastCGI

Поправка:поддерживаться Responder (1), Authorizer(2), Filter(3).

View Article


client_max_body_size

HiIs there any way to deny all requests with body?I know I can set set client_max_body_size to 1 (byte)But.. in that case Nginx reads all body request before finalizing therequest.In case of requests...

View Article


Re: Почему NGINX возвращает не придерживается базового протокола FastCGI

Данные первого пакета:Version: 1Type: BeginRequestRequestId: 1ContentLength: 8PaddingLength: 0------------------------Все данные заполнены в нули.

View Article

Re: Почему NGINX возвращает не придерживается базового протокола FastCGI

Вопрос не актуален. Была ошибка в коде.

View Article

Subrequests from body filters

Hi,I'm writing a handler module. It makes subrequests and uses bodyfilter for subrequests.Here is simplified handler code:static ngx_int_tngx_http_my_handler(ngx_http_request_t *r) {// ... Sending...

View Article


Условный fastcgi_param SCRIPT_FILENAME

Здравствуйте, встала следующая задача: в location = aaa {...} извне подаются определённые параметры, кроме $fastcgi_script_name. Как сделать так, чтобы можно было выбирать различные fastcgi_param...

View Article

Re: Subrequests from body filters

It looks like I've figured out. When I set b->last_buf to 0 for allthe buffers and to 1 for just actual last buffer, everything is ok.But then another question happens. Even if all the buffers...

View Article

Re: Subrequests from body filters

It looks like I've figured out again, I see buffers flushed when theycontain \n character.Sorry to bother.--MaratOn Mon, Mar 25, 2013 at 1:15 AM, Marat Dakota <dakota@brokenpipe.ru> wrote:> It...

View Article


Re: Условный fastcgi param SCRIPT FILENAME

On Monday 25 March 2013 00:44:55 aaaa5 wrote:> Здравствуйте, встала следующая задача: в location = aaa {...} извне> подаются определённые параметры, кроме $fastcgi_script_name. Как сделать>...

View Article


Re: Условный fastcgi param SCRIPT FILENAME

Спасибо, разобрался

View Article

Re: Subrequests from body filters

Hello!On Mon, Mar 25, 2013 at 05:40:37PM +0400, Marat Dakota wrote:> Hi,>> Thanks for this correction.>> But is it ok to call next body filter in subrequest's body filter to> produce...

View Article

Re: Subrequests from body filters

>> But is it ok to call next body filter in subrequest's body filter to>> produce output to main request?>> I mean ngx_http_next_body_filter(r->main, out).>> No. You should...

View Article

Re: [PATCH] Core: use NGX_FILE_ERROR when appropriate

On Thursday 21 March 2013 08:04:24 Piotr Sikora wrote:> Hey guys,> attached patch changes "if" tests to use "== NGX_FILE_ERROR" instead of> "== -1" or "!= NGX_OK", because NGX_FILE_ERROR is...

View Article


Re: Subrequests from body filters

Hello!On Mon, Mar 25, 2013 at 05:52:53PM +0400, Marat Dakota wrote:> >> But is it ok to call next body filter in subrequest's body filter to> >> produce output to main request?>...

View Article

Re: Скорость начала воспроизведения видео в модуле mp4

это не имеет никакого отношения к nginx, вам необходимопересадить мета-данные с moov atom в начало файласкачайте исходники ffmpeg, после чего соберите qt-faststart (для mp4, если нужен flv - то ищите...

View Article


Re: Subrequests from body filters

>> >> But is it ok to call next body filter in subrequest's body filter to>> >> produce output to main request?>> >> I mean ngx_http_next_body_filter(r->main,...

View Article

[nginx] svn commit: r5137 - trunk/src/http

Author: ruDate: 2013-03-25 14:51:44 +0000 (Mon, 25 Mar 2013)New Revision: 5137URL: http://trac.nginx.org/nginx/changeset/5137/nginxLog:Upstream: removed rudiments of upstream connection caching.This...

View Article


Re: Subrequests from body filters

Hello!On Mon, Mar 25, 2013 at 06:46:09PM +0400, Marat Dakota wrote:> >> >> But is it ok to call next body filter in subrequest's body filter to> >> >> produce output to...

View Article

Re: Subrequests from body filters

>> >> >> But is it ok to call next body filter in subrequest's body filter to>> >> >> produce output to main request?>> >> >> I mean...

View Article

[nginx] svn commit: r5138 - in trunk/src: core os/unix

Author: vbartDate: 2013-03-25 15:49:11 +0000 (Mon, 25 Mar 2013)New Revision: 5138URL: http://trac.nginx.org/nginx/changeset/5138/nginxLog:Use NGX_FILE_ERROR for handling file operations errors.On Win32...

View Article
Browsing all 53287 articles
Browse latest View live