Aha, I need more patience :)by itpp2012 - Nginx Mailing List - English
I see only the '#if (NGX_SUPPRESS_WARN)' commit on hg, where are the others? can't attach anything here, after changeset 5516:439d05a037a3 additional changes are embedded here: http://nginx-win.ecsds.eu/ngx_http_spdy_filter_module.cby itpp2012 - Nginx Mailing List - English
With the addon headers-more and Lua you can do this.by itpp2012 - How to...
You missed 2, Line +-683: if (offset) { cl = ngx_http_spdy_filter_get_shadow(stream, in->buf, // offset, size); (off_t) offset, (size_t) size); if (cl == NULL) { return NGX_CHAIN_ERROR; } and +-Lineby itpp2012 - Nginx Mailing List - English
VC 2010, 32bit mode.by itpp2012 - Nginx Mailing List - English
src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings In ngx_http_spdy_send_chain(ngx_connection_t *fc, ngx_chain_t *in, off_t limit): src/http/ngx_http_spdy_filter_module.c(682) : warning C4244: 'function' : conversion from 'off_t' to 'size_t', possible loss of data src/http/ngx_http_spdy_filter_module.c(701) : warning C4244: '-=' : conversion from 'off_t' to 'size_by itpp2012 - Nginx Mailing List - English
Unless the request is getting que'd while there is a short wait for host A to get online AND fail-over is also happening, its not likely to be added twice.by itpp2012 - Nginx Mailing List - English
14:05 10-1-2014: nginx 1.5.9.1 Cheshire When she sleeps she gently purrs, you hardly know she's there, but when she wakes you're gonna hear her roar. nginx Cheshire release is here ! This native build runs on Windows XP SP3 and higher, both 32 and 64 bit. Based on nginx 1.5.9 (4-1-2014) with; + changed compile order + prove01.zip (onsite), a Windows Test_Suite way to show/prove it all reby itpp2012 - Nginx Mailing List - English
Aidan Scheller Wrote: ------------------------------------------------------- > Does using the --with-openssl-opt="enable-ec_nistp_64_gcc_128" > configure parameter without the *--with-openssl *cause a static > version of > OpenSSL to be created for Nginx? I'm unsure as the configuration > summary > then lists that the system library is being used. Who is reby itpp2012 - Nginx Mailing List - English
itpp2012 Wrote: ------------------------------------------------------- > 1.0.1f against 1.5.9 mainline (today); > > .\ssl\s23_clnt.c(286) : warning C4244: 'initializing' : conversion > from 'time_t' to 'unsigned long', possible loss of data Also found by http://rt.openssl.org/Ticket/Display.html?id=3220 and fixed in .\ssl\s23_clnt.c(line 286): [...] int ssl_fill_hello_raby itpp2012 - Nginx Mailing List - English
1.0.1f against 1.5.9 mainline (today); ecp_nistputil.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library ecp_nistp521.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes thiby itpp2012 - Nginx Mailing List - English
See your eventlogs and the nginx logs in /logs, either one will tell you whats going on.by itpp2012 - New Member Introductions
fred Wrote: ------------------------------------------------------- > This patch can use with google's pagespeed. > The API for resolver has changed, see; https://github.com/chaoslawful/lua-nginx-module/commit/f364c82039d8d76efa0767a7fd909935d5c40a65 for code that fixes this for pre 1.5.8 and post 1.5.8by itpp2012 - Nginx Mailing List - English
19:46 18-12-2013: nginx 1.5.8.3 Caterpillar Based on nginx 1.5.8 (release) with; + prove.zip (onsite), a Windows Test_Suite way to show/prove it all really works with at the moment a limited amount of tests which will grow over time + Streaming with nginx-rtmp-module, v1.0.8 (upgraded 16-12) + pcre-8.34 (upgraded) + lua-nginx-module v0.9.3 (upgraded) + echo-nginx-module v0.50 (upgraded)by itpp2012 - Nginx Mailing List - English
Not sure the devs read here, they do read here http://forum.nginx.org/list.php?2 a repost there might get a response.by itpp2012 - How to...
While back porting ngx_resolver changes by Ruslan Ermilov I get these errors: error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s' error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG' Has this been intentional or did a glitch happened throughout the changes ?by itpp2012 - Nginx Mailing List - English
"upstream timed out" As it says, the upstream servers are not working, this needs to be fixed first.by itpp2012 - New Member Introductions
From the patch author: Hi Maxim, I apologize for my late reply: I just had now time to sort this out. The short answer to your remarks is: the first patch is partially correct, just incomplete, and could be easily completed with the addition of a call to ngx_disable_accept_events(...) addressing the issue of 2 workers accepting connections at the same time. The second one is windows onlyby itpp2012 - Nginx Mailing List - English
Try xcache, since VB is a php application which will run via php-cgi, its easy to add xcache.by itpp2012 - Nginx Mailing List - English
Have you tried setting compatibility mode to On within Netdrive ? this might be a Netdrive problem.by itpp2012 - How to...
Full working config; http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/by itpp2012 - Nginx Mailing List - English
'Keep Up' Windows nginx fan base :) Over 2.000 downloads, lots of Beta feedback, we ain't done yet, here's the latest and greatest version. 15:34 6-12-2013: nginx 1.5.8.2 Caterpillar Based on nginx 1.5.8 (5-12-2013) with; + Fix for nginx -t 'Assertion failed' issue + HttpSubsModule (https://github.com/yaoweibin/ngx_http_substitutions_filter_module) + echo-nginx-module (https://github.by itpp2012 - Nginx Mailing List - English
In some cases you have no choice then use root inside location (like different roots for different requests in 1 block or a dynamic root for a dynamic request) so when you know what your doing its not a bad thing.by itpp2012 - Nginx Mailing List - English
> Please kindly look further for the reason. Thank you. A new beta you can try, nginx 1.5.8.2 Caterpillar BETA2.zip + Fix for nginx -t 'Assertion failed' issue + HttpSubsModule * The debug version is no longer needed, Intel static profiler data is used nginx crash info/logging or event dump info is all that is needed * Intel static profiler "the need for speed" compiler optiby itpp2012 - Nginx Mailing List - English
> And please try to compile a version with this module: > http://wiki.nginx.org/HttpSubsModule There a beta you can try, nginx 1.5.8.2 Caterpillar BETA1.zip which includes https://github.com/yaoweibin/ngx_http_substitutions_filter_module which I had to port a little bit (2 bugs)by itpp2012 - Nginx Mailing List - English
> Here is an error occurred if I run "nginx -t" in Windows CLI when the > nginx server is in running, > > The tips always is the same: "Assertion failed: > ngx_shared_sockets->pid==pid, file src/core/nginx.c, line 374" This is because you are running nginx.exe as a different user then nginx.exe is running under, its the same issue when you run 'nginx -by itpp2012 - Nginx Mailing List - English
Here is a patch for a possible mutex starvation issue which affects all nginx Linux versions. Already solved for Windows since nginx 1.5.7.1 Caterpillar. Can be reproduced when nginx reloads the config & worker holding mutex dies or hangs. Fixed by Vittorio Francesco Digilio, commercially sponsered solution by ITPP. target source mainline 1.5.8 - 30-11-2013. src/event/ngx_event_accept.cby itpp2012 - Nginx Mailing List - English
19:18 30-11-2013: nginx 1.5.8.1 Caterpillar Based on nginx 1.5.8 (29-11-2013) with (mainly bugfixes in add-on's); + Naxsi WAF (Web Application Firewall) v0.53-1 (upgraded) + lua-nginx-module v0.9.2 (upgraded 30-11) + Streaming with nginx-rtmp-module, v1.0.8 (upgraded 29-11) + Source changes back ported + Source changes add-on's back ported * Additional specifications are like 20:32 19-11-by itpp2012 - Nginx Mailing List - English
Note: --add-module=../naxsi... should be the first one.by itpp2012 - Nginx Mailing List - English
Follow the github pages, plenty of examples; https://github.com/arut/nginx-rtmp-moduleby itpp2012 - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |