Welcome back - thanks for visiting again!
If you have not already done so, you can get free notifications of new articles via RSS.
Follow me on Twitter here.
PLEASE NOTE: Native Nginx Windows builds are available at http://nginx.net
(My announcement was here: Nginx for Windows Native Builds.)
The last available Nginx for Windows build that I created using Cygwin was Nginx for Windows 0.7.50, the full page of my builds are located here: Nginx For Windows. Updated September 29, 2009.
Nginx 0.7.17 for Windows is now available for immediate download. As usual, Nginx for Windows was built on Windows Vista (32-bit) using Cygwin. It works on 32-bit versions of Windows Vista, Windows XP, and Windows 2000. This software is offered without support and without guarantees. I hope you find it useful in some way.
Download Nginx for Windows 0.7.17 here. Changelog.
To get immediate notifications for new Nginx for Windows releases and for more technology related news, Subscribe to my RSS feed and follow me on Twitter.
Did you enjoy this article? Please subscribe to my feed to receive all the FREE updates via RSS or Email - your choice!



{ 3 comments }
Hey Kev, Thanks for your continual work on this, much appreciated :D
Just a question tho, is there any way to get fast cgi working on this ?
Regards,
S
I always get a error “gzip filter failed to use preallocated memory” notice…and I find it may has a error in “src/http/modules/ngx_http_gzip_filter_module.c” where “ctx->allocated = 8192 + (1 << (wbits + 2)) + (1 <allocated = 8192 + 8192 + (1 << (wbits + 2)) + (1 << (memlevel + 9));” can resolve it.
reference:http://www.zzzforever.com/?s=gzip+filter+failed+to+use+preallocated+memory&x=16&y=7
Comments on this entry are closed.