Re: listen, не запускается nginx, не выводит ошибку.
Maxim, спасибо.Поставил с оф репо. Запустил. Получил ошибку.nginx: [emerg] could not build the server_names_hash, you should increase either server_names_hash_max_size: 512 or...
View ArticleNginx 1.2.7 / h.264 / flowplayer
I'm running Nginx v1.2.7 from the Nginx repo, with mp4 module enabled.I added this to my conf:location ~ \.mov {mp4;mp4_buffer_size 1m;mp4_max_buffer_size 5m;}location / {try_files $uri $uri/...
View ArticleRe: proxy input filter chain?
Hello!On Fri, Mar 15, 2013 at 09:59:57AM -0700, Dave Bailey wrote:> Hi,>> I would like to apply a filter to the request body as it is read from the> client, but before it is sent upstream....
View ArticleRe: proxy input filter chain?
Hi Maxim,On Fri, Mar 15, 2013 at 10:46 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:> Hello!>> On Fri, Mar 15, 2013 at 09:59:57AM -0700, Dave Bailey wrote:>> > Hi,> >>...
View ArticleRE: Nginx 1.2.7 / h.264 / flowplayer
..mov is not .mp4, they are completely different containers.----------------------------------------> To: nginx@nginx.org> Subject: Nginx 1.2.7 / h.264 / flowplayer> From:...
View ArticleRe: Nginx 1.2.7 / h.264 / flowplayer
Once again, never mind. I had a bad location filter.
View ArticleRe: RE: Nginx 1.2.7 / h.264 / flowplayer
Well, true, but .mov is still h.264 encoded, so I believe it would still use the same streaming mechanism. Maybe I'm wrong about that. At any rate, it appears to be working now that I fixed my nginx...
View Articleupstream keepalive with upstream hash
I've been trying to get this setup working:client <- c0 -> nginx1 <- c1 -> nginx2 <- c2 -> service (http)where the c1 connection is kept alive between request from from the outside,...
View Article[nginx] svn commit: r5115 - trunk/src/http
Author: vbartDate: 2013-03-15 19:49:54 +0000 (Fri, 15 Mar 2013)New Revision: 5115URL: http://trac.nginx.org/nginx/changeset/5115/nginxLog:Allow to reuse connections that wait their first request.This...
View Article[nginx] svn commit: r5116 - in trunk/src: core event http/modules
Author: vbartDate: 2013-03-15 20:00:49 +0000 (Fri, 15 Mar 2013)New Revision: 5116URL: http://trac.nginx.org/nginx/changeset/5116/nginxLog:Status: introduced the "ngx_stat_waiting" counter.And...
View ArticleRe: upstream keepalive with upstream hash
I also just tried the ip_hash module and it also disables the keepalive functionality :(
View Article[PATCH] Guard against failed allocation during binary upgrade
Hey,pretty obvious patch attached ;)Best regards,Piotr Sikoradiff -r a29c574d61fa src/core/nginx.c--- a/src/core/nginx.c Fri Mar 15 20:00:49 2013 +0000+++ b/src/core/nginx.c Fri Mar 15 14:22:04 2013...
View ArticleRe: Dropped https client connection doesn't drop backend proxy_pass connection
> In case of https, in many (most) cases there are pending data -> due to various SSL packets send during connection close. This> means connection close detection with https doesn't work...
View Articlewebsocket backend
What are the best options for websocket backends? I'm working with anembedded platform so I'm somewhat restricted to something lightweightin C/C++. The things I found so far are:libwebsockets:...
View ArticleRe: websocket backend
I haven't tried it yet, but nginx-push-stream-module looks good:https://github.com/wandenberg/nginx-push-stream-module_NikOn 3/15/2013 4:24 PM, djczaski wrote:> What are the best options for...
View ArticleRe: Would like to implement WebSocket support
Finally, Nginx 1.3.13 supports websocket officially.
View ArticleRe: Support for progressive jpeg in image_filter module
On Wed, Mar 13, 2013 at 10:04:35PM +0400, ivan babrou wrote:> This patch adds support for progressive jpeg and pgn encoding with> image_filter_interlace on/off setting. Google suggests to use...
View ArticleRe: [PATCH] Guard against failed allocation during binary upgrade
On Fri, Mar 15, 2013 at 02:27:57PM -0700, Piotr Sikora wrote:> Hey,> pretty obvious patch attached ;)Your patch obviously looks good. :)> diff -r a29c574d61fa src/core/nginx.c> ---...
View ArticleRe: Support for progressive jpeg in image_filter module
I added cast to int, fixed order and this is plain text version of the patch.diff --git a/ngx_http_image_filter_module.c b/ngx_http_image_filter_module.cindex b086e3c..968e460 100644---...
View ArticleRe: Strange $upstream_response_time latency spikes with reverse proxy
Hi Maxim,Thanks for the suggestion! It looks like packet drop is the culprit here.The initial SYN packet doesn't receive a corresponding SYN-ACK from theupstream servers, so after a 1-second timeout...
View Article