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
Here is one with rtmp(1.06) compiled in, http://nginx-win.ecsds.eu/ rtmp 1.07 upgrade is on the todo list for the next release.by itpp2012 - Nginx Mailing List - English
Look in the /naxsi-module/t folder for examples and feed them via curl, those examples work fine here. Otherwise post a stripped nginx.conf here and I'll test it out.by itpp2012 - Nginx Mailing List - English
For naxsi see the wiki; https://github.com/nbs-system/naxsi/wiki Inside a location block you must define something like; include /nginx/conf/mysite.rules; SecRulesEnabled; DeniedUrl "/RequestDenied"; CheckRule "$SQL >= 8" BLOCK; CheckRule "$RFI >= 8" BLOCK; CheckRule "$TRAVERSAL >= 4" BLOCK; CheckRule "$XSS >= 8" BLOCK;by itpp2012 - Nginx Mailing List - English
20:32 19-11-2013: nginx 1.5.7.2 Caterpillar Based on nginx 1.5.7 (19-11-2013) with; + nginx fix for CVE-2013-4547 (nginx 1.5.7.1 Caterpillar removed from download) + Source changes back ported + Simplified new installations * Additional specifications are like 12:22 16-11-2013: nginx 1.5.7.1 Caterpillar Builds can be found here: http://nginx-win.ecsds.eu/by itpp2012 - Nginx Mailing List - English
If the upstream goes down can't you log the exit code? that might tell you something about the upstream state when it exists.by itpp2012 - Nginx Mailing List - English
=== Transforming nginx for Windows === 12:22 16-11-2013: nginx 1.5.7.1 Caterpillar The nginx 'Caterpillar' is a "you are no longer in Kansas Alice" *MONSTER* release bringing to Windows full scalability with multiple workers! This native build runs on Windows XP SP3 and higher, both 32 and 64 bit. Based on nginx 1.5.7 (9-11-2013 + spdy hang fix) with; + A solution for the mulby itpp2012 - Nginx Mailing List - English
georg@riseup.net Wrote: ------------------------------------------------------- > ....maybe I'll just write a small script using tree -H to output a > directory listing into static html, and serve this just as html. > Clever doing it like this? http://wiki.nginx.org/NgxFancyIndexby itpp2012 - Nginx Mailing List - English
location / { auth_basic "Access limited"; auth_basic_user_file /nginx/auth/accesslist.txt; [...] }by itpp2012 - How to...
A -s reload works as documented, however while the logfiles are being written to, the logfiles keep their last (before -s) time/date. Is this a known issue? After a simple restart the logfiles are time updated as normal.by itpp2012 - Nginx Mailing List - English
Maxim Dounin Wrote: ------------------------------------------------------- > In most cases, workers just can't open listening sockets due to security restrictions. I'd still like to try, can you point me where a worker binds to the inherited values?by itpp2012 - Nginx Mailing List - English
Would it be possible (and how) to access the bindings inside nginx via Lua? for an experiment I'd like to change the listening port of a running nginx process.by itpp2012 - Nginx Mailing List - English
> Correct. One nginx process can handle multiple requests, it's one > PHP process which limits you. Not really, use the NTS version of php not the TS, and use a pool as suggested, e.a.; # loadbalancing php upstream myLoadBalancer { server 127.0.0.1:19001 weight=1 fail_timeout=5; server 127.0.0.1:19002 weight=1 fail_timeout=5; server 127.0.0.1:190by itpp2012 - Nginx Mailing List - English
Have you seen this one; http://stackoverflow.com/questions/8882383/how-to-disable-output-buffering-in-php Also try php NTS, it might also be that a flush only works with non-fcgi.by itpp2012 - Nginx Mailing List - English
12:38 2-10-2013: nginx 1.5.6.4 Butterfly The Nginx 'Butterfly' release brings to Windows stable and unleashed power of Nginx, Lua, Streaming feature, Reverse DNS, SPDY, easy c250k in a non-blocking and event driven build which runs on Windows XP SP3 or higher, both 32 and 64 bit. Based on nginx 1.5.6 (release) with; + RDNS (https://github.com/flant/nginx-http-rdns) + Array-var-nginx-moby itpp2012 - Nginx Mailing List - English
Sounds familiar, edit files elsewhere and overwrite them for nginx's destination, any basic editor has macro support, just make a macro that does a copy after save.by itpp2012 - Nginx Mailing List - English
"The php-fpm module has now access to the client IP through the $_SERVER['REMOTE_ADDR'] variable. " Can't this be done via Lua ? if so a few lines of Lua will do this.by itpp2012 - Site Suggestions
Here's a fix for a typo; ngx_http_rdns_module.c -l709 static void dns_handler(ngx_resolver_ctx_t * rctx) {; +l709 static void dns_handler(ngx_resolver_ctx_t * rctx) {by itpp2012 - Nginx Mailing List - English
Maybe via Lua?by itpp2012 - Nginx Mailing List - English
From what I've seen here there is a small <5% overhead when compiled with debug and 5-10% while debug logging is active. I want my 5% :) so I make 2 versions.by itpp2012 - Nginx Mailing List - English
> First of all, thank you for the work on Windows! :) We're getting there slowly! :) I've got 2 workers working, just need to figure out why :) > It'll be great if you can try running ngx_lua (and other nginx > modules') test suite against your Windows build on Windows. The test > scaffold is written in Perl which *may* run on Windows out of the box Url of this scaffold? Iby itpp2012 - Nginx Mailing List - English
13:46 25-9-2013: nginx 1.5.6.3 Alice Based on nginx 1.5.6 (25-9-2013) with; + Bug fixes in lua-nginx-module(master 25-9-2013) and ngx_devel_kit(master 25-9-2013) by agentzh + Both debug and non-debug versions, the non-debug version is production use ready ! * vcredist_x86 is required, get it here (http://www.microsoft.com/en-us/download/details.aspx?id=5555) * Additional specifications areby itpp2012 - Nginx Mailing List - English
Lua compiled in! Transforming nginx for Windows: http://forum.nginx.org/read.php?2,242426 https://groups.google.com/forum/#!forum/openresty-en (Lua nginx compiled for nginx windows) Builds can be found here: http://nginx-win.ecsds.eu/ 10:37 23-9-2013: nginx 1.5.6.1 Alice Based on nginx 1.5.6 (22-9-2013) with; + Streaming with nginx-rtmp-module, v1.0.4 (http://nginx-rtmp.blogspby itpp2012 - Nginx Mailing List - English
nginxorg Wrote: ------------------------------------------------------- > Just checking if you have any patches against nginx-1.4 or nginx-1.5 > to share? > > Thanks! When the outstanding issues have been resolved all code will flow back into the community, my target is a Windows nginx version that can compile, perform and scale the same as the linux version. I've just setup aby itpp2012 - Nginx Mailing List - English
10:27 10-9-2013: B02 build Based on nginx 1.4.2 with; pcre-8.32 zlib-1.2.8 openssl-1.0.1e + Compiled with: FD_SETSIZE = 16384 (original Windows source files modified) + Now capable to handle C250K ! (with optimization registry file) + Added Windows optimization registry file, check your current values BEFORE setting the new ones + Added debug symbols file (let us know where it wentby itpp2012 - Nginx Mailing List - English
http://www.mono-project.com/FastCGI_Nginxby itpp2012 - New Member Introductions
If you want to test along pushing the max concurrent limit here's my experimental version: nginx 1.4.2 experimental b01.zip http://www.sendspace.com/file/zc4ak8 MD5: 812ea5e77b39a11468291d9cb9b87503 SHA1: a2fb9e89fb272a3b3ee6162667f88e662c591ba6 Got to 20k concurrent connections today, anyone know of a test tool that can go beyond 20k concurrent?by itpp2012 - Nginx Mailing List - English
Found them, tnx, no adjustment needed here, it's dealing with the much larger FD table without problems. Got up to 12k concurrent connections today one worker one cpu at around 40% utilization, can't get beyond that yet due to the test tool not being able to go beyond 12k :) If anyone wants to test as well let me know, I can place the binary (based on 1.4.2) somewhere. Valentin, can you explby itpp2012 - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |