Re: [PATCH] Core: use NGX_FILE_ERROR when appropriate
On Monday 25 March 2013 18:41:28 Maxim Dounin wrote:> Hello!>> On Mon, Mar 25, 2013 at 06:15:56PM +0400, Valentin V. Bartenev wrote:> > On Thursday 21 March 2013 08:04:24 Piotr Sikora...
View ArticleRe: Subrequests from body filters
Hello!On Mon, Mar 25, 2013 at 07:41:16PM +0400, Marat Dakota wrote:> >> >> >> But is it ok to call next body filter in subrequest's body filter to> >> >> >>...
View ArticleRe: Subrequests from body filters
Yes, it is a part of the original request response generation.I'll have a look, thanks. Is there a place to read aboutNGX_HTTP_SUBREQUEST_IN_MEMORY and NGX_HTTP_SUBREQUEST_WAITED exceptfor source...
View ArticleRe: Скорость начала воспроизведения видео в модуле mp4
Я все это уже сделал еще до публикации этого поста. Но размер первичного файла приблизительно 5mb.Как можно уменьшить этот размер, скажем до 1mb?mp4_buffer_size 1m;mp4_max_buffer_size 5m;Эти настройки...
View ArticleRe: Скорость начала воспроизведения видео в модуле mp4
Выкидывает исключение, если ставлю mp4_max_buffer_size 2mb:mp4 moov atom is too large:5376175, you may want to increase mp4_max_buffer_sizeХмм это уже интересно. Значит надо копать в сторону размера...
View ArticleuWSGI + Moin (subdir) + Nginx
Hi,I followed the example in:http://projects.unbit.it/uwsgi/wiki/Example#MoinMoinonlinenowHowever when I type domain/wiki I get a message that the page does notexist yet... which already tells me...
View ArticleRe: uWSGI + Moin (subdir) + Nginx
> Hi,>> I followed the example in:>> http://projects.unbit.it/uwsgi/wiki/Example#MoinMoinonlinenow>>> However when I type domain/wiki I get a message that the page does not>...
View ArticleRe: Subrequests from body filters
Hello!On Mon, Mar 25, 2013 at 08:23:16PM +0400, Marat Dakota wrote:> Yes, it is a part of the original request response generation.>> I'll have a look, thanks. Is there a place to read...
View ArticleRe: uWSGI + Moin (subdir) + Nginx
Thanks for the hint... I though passing SCRIPT_NAME was a "ugly" way to dointo, but since it was refereed in the docs...I was using mount:uwsgi -s /tmp/moin.socket --uid nginx --gid nginx...
View ArticleRe: HTTP 499 timeouts. NginX and PHP-FPM
The problem turned out to be the AWS ELB terminating connections after 60 seconds of being idle
View Articlefyi, patch.spdy-70_1.3.14.txt failure applying to 1.3.14 source
cd nginx-1.3.14patch -p1 < ../patch.spdy-70_1.3.14.txtpatching file src/http/ngx_http_request.cpatching file src/http/ngx_http_request.cpatching file src/http/ngx_http_request.cpatching file...
View ArticleШейпер в Nginx не работает
Здравствуйте!Столкнулся с очень неприятной проблемой. В Nginx не работает шейпер.Суть проблемы такова:Есть канал на 10 мегабит к примеру. Когда подключается человек с мощным каналом (а сейчас он почти...
View ArticleRe: fyi, patch.spdy-70_1.3.14.txt failure applying to 1.3.14 source
On Monday 25 March 2013 23:06:37 pgndev wrote:> cd nginx-1.3.14> patch -p1 < ../patch.spdy-70_1.3.14.txt> patching file src/http/ngx_http_request.c> patching file...
View ArticleRe: Шейпер в Nginx не работает
On Monday 25 March 2013 23:20:27 sdfasdf asdfasdf wrote:> Здравствуйте!>> Столкнулся с очень неприятной проблемой. В Nginx не работает шейпер.>> Суть проблемы такова:>> Есть канал...
View ArticleRe: Скорость начала воспроизведения видео в модуле mp4
Посмотрите файл какой-то програмкой, которая умеет парсить mp4 файлы на атомы и гляньте где находиться moov атом. Если в конце файла, то пока не скачается весь файл, проигрывание не начнется. В этом...
View ArticleRe: Скорость начала воспроизведения видео в модуле mp4
В том то и дело, что он огромный. Я уже переместил метаданные в начало фильма с помощью qt-faststart. Из-за чего может быть такой большой файл мета данных? Что вообще входит в эти мета данные?
View ArticleRe: Скорость начала воспроизведения видео в модуле mp4
Стрим работает, все проигрывается, только скачивается порядка 6 мегабайт до начала проигрывания и столько же при перемотке фильма.
View ArticleRe: nginx: worker process: malloc(): memory corruption: 0x0000000000b6bdb0 ***
i use valgrind to check memory leak, and have detected some error:==2243== Invalid write of size 1==2243== at 0x4A08088: memcpy (mc_replace_strmem.c:628)==2243== by 0x4448C9:...
View Articlecan i change time format in access log?
Hi, EveryBody!I am really happy with nginx from now.but I have one question.I want to customize time format in access log, because of calculating time.There are two kind of time format in...
View Article