[PATCH] print format for nevents (3 replies)
Hello,nevents is an ngx_int_t, so the print format must be "%i".Regards,yvesstatic ngx_int_t nevents;--- a/nginx-1.7.4/src/event/modules/ngx_poll_module.c+++...
View ArticleRe: Why cannot the same path for cache be used several times? (2 replies)
On Wed, Aug 6, 2014 at 8:47 AM, itpp2012 <nginx-forum@nginx.us> wrote:> keys_zone is memory, the other a 'file' path, I could imagine a 'cachehash'> used could overwrite the other.>​I...
View ArticleNGINX redirection issue (2 replies)
Hello All,I am facing some issue regarding nginx redirection. I want to remove .html extension from all the html pages and all the index.html pages. For example1.http://www.aaa.com/bbb/ccc.html should...
View Article[PATCH] change nevents type in ngx_poll_module.c to ngx_uint_t (no replies)
Hello,In ngx_epoll_module.c, nevents is defined as ngx_uint_t and ev->index is also a ngx_uint_t.So I proposed to change nevents type.I'm not sure about variable declaration:- ngx_int_t i, nready;+...
View Article[PATCH] use format %ui according to i type in ngx_poll_module.c (no replies)
Hello,I notice a wrong format %d for ngx_uint_t variable in ngx_poll_module.c.Regards,yves# HG changeset patch# User Yves Crespin<yves.crespin@e-quartz.fr># Date 1407416683 -7200# Node ID...
View Article[PATCH] proposal to remove unused macro ngx_sleep() (no replies)
Hello,ngx_sleep() macro is unused.regards,yves# HG changeset patch# User Yves Crespin<yves.crespin@e-quartz.fr># Date 1407420247 -7200# Node ID 8120c2937062998497546a3ecb38b78bb302fe34# Parent...
View ArticleError compiling NGINX 1.7.4 with openssl 1.0.1i statically on RHEL7 system...
Hi...I'm trying to compile NGINX 1.7.4 com openssl 1.0.1i statically on RHEL7.I've downloaded the SPRM file fromhttp://nginx.org/packages/mainline/rhel/7/SRPMS/nginx-1.7.4-1.el7.ngx.src.rpmand I...
View Article[ANN] Windows nginx 1.7.5.1 WhiteRabbit (no replies)
19:48 7-8-2014 nginx 1.7.5.1 WhiteRabbitBased on nginx 1.7.5 (7-8-2014, last changeset 5801:ab48149b77a6) with;+ Openssl-1.0.1i (CVE-2014-3508, CVE-2014-5139, CVE-2014-3509,CVE-2014-3505,...
View ArticleAny suggestions for active Ubuntu nginx-mainline repo? (no replies)
For a while I was quite happily using the ubuntu nginx ppa repo to get my nginx mainline fix (https://launchpad.net/~nginx/+archive/ubuntu/development)However, for some weeks now, it seems to have...
View ArticleUse /g (global) regex modifier in map (6 replies)
Is it possible somehow to use the global modifier in a regex map match?I'm trying to use the map directive to filter the query string leavingmy proxy_cache_key with only known parameters.For the first...
View ArticleInitialize ngx_buf_t in ngx_create_temp_buf() (1 reply)
Hello,I don't understand why b->last is used to initialize b->end.Why it's not :b->end = b->start + size;Regards,yves# HG changeset patch# User Yves Crespin<yves.crespin@e-quartz.fr>#...
View Articlegzip if in location example (1 reply)
Syntax: gzip on | off;Default: gzip off;Context: http, server, location, if in locationIs there an example of this "if in location" usage ?
View Article[PATCH] Implemention ngx_strstrn() is no longer exposed (1 reply)
Hello,Implementing ngx_strstrn () is exposed. This can be misleading.regards,yves# HG changeset patch# User Yves Crespin<yves.crespin@e-quartz.fr># Date 1407491120 -7200# Node ID...
View ArticleRe: Any suggestions for active Ubuntu nginx-mainline repo? (3 replies)
Am 07-08-2014 22:13, schrieb talkingnews:> For a while I was quite happily using the ubuntu nginx ppa repo to get> my> nginx mainline fix>...
View ArticleCan NGINX add an empty payload (1 reply)
HelloI have taken the NGINX training but the following question was not covered. I am hoping I can get some help from the community. Thank you in advance.Can NGINX add empty (or static non empty)...
View ArticleRe: [nginx-announce] nginx-1.6.1 (no replies)
Hello Nginx users,Now available: Nginx 1.6.1 for Windows http://goo.gl/u4X4Pl (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRe: [nginx-announce] nginx-1.7.4 (no replies)
Hello Nginx users,Now available: Nginx 1.7.4 for Windows http://goo.gl/sj1eGt (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRegarding ERROR: XmlParseFailure (2 replies)
Hi,I am getting this error : ERROR: XmlParseFailureCan anybody please let me know what is the issue?Below is my nginx.conf.map $uri $key2 {~^(?<key>/[^/]+)/ $key;default "";}upstream backend...
View Articlenginx as a proxy to node.js application - server busy (no replies)
I have a freebsd server running two jails on one jail i have nginx and and on the other jail i am running a node.js application.Here is the nginx.conf file:...
View ArticleBuilding nginx with TCP_FASTOPEN enabled (1 reply)
Hello,I've tried to use "fastopen" in the listen directive but nginx gave me an error that the option is unkown.I'm using nginx 1.7.4 on Debian Wheezy 3.14.13 kernel.I've compiled nginx myself.When I...
View Article