Announcing Nginx 0.7.13 for Windows (win32)

If you're new here, you may want to subscribe to my RSS feed.
Thanks for visiting!

Nginx 0.7.12 for Windows was just released with a bug that did not allow for compilation on Solaris or Linux, so I have now built Nginx 0.7.13 for Windows; available for immediate download. As usual, Nginx for Windows was built on Windows Vista Ultimate (32-bit). It works on 32-bit versions of Windows Vista, Windows XP and Windows 2000. This software is offered without support and without guarantees in the hopes that it helps you in some way. If you want Nginx for Windows releases to continue, please donate a few dollars to keep this site running. Thanks to those who have recently contributed!

Download Nginx for Windows 0.7.13 here. Changelog.

Follow me on Twitter to get immediate notifications for new Nginx for Windows releases!

Posted by Kev on August 26th, 2008 No Comments

Announcing Nginx 0.7.12 for Windows (win32)

Nginx 0.7.12 for Windows is now available for immediate download. As usual, Nginx for Windows was built on Windows Vista Ultimate (32-bit). It works on 32-bit versions of Windows Vista, Windows XP and Windows 2000. This software is offered without support and without guarantees in the hopes that it helps you in some way. If you want Nginx for Windows releases to continue, please donate a few dollars to keep this site running. Thanks to those who have recently contributed!

Download Nginx for Windows 0.7.12 here. Changelog.

Follow me on Twitter to get immediate notifications for new Nginx for Windows releases!

Posted by Kev on August 26th, 2008 No Comments

Announcing Nginx 0.7.11 for Windows (win32)

Nginx 0.7.11 for Windows is now available for immediate download. As usual, Nginx for Windows was built on Windows Vista Ultimate (32-bit). It works on 32-bit versions of Windows Vista, Windows XP and Windows 2000. This software is offered without support and without guarantees in the hopes that it helps you in some way. If you want Nginx for Windows releases to continue, please donate a few dollars to keep this site running. Thanks to those who have recently contributed!

Download Nginx for Windows 0.7.11 here. Changelog.

Follow me on Twitter to get immediate notifications for new Nginx for Windows releases.

Posted by Kev on August 18th, 2008 No Comments

Announcing Nginx for Windows 0.7.10 (win32)

I just finished building and testing Nginx 0.7.10 for Windows which is now available for immediate download. Built on Windows Vista Ultimate (32-bit). It works on Vista, Windows XP and Windows 2000. I offer this software without support and without guarantees, hoping that it helps you in some way. If you want to help me, please donate a few dollars to keep this site running and to keep me motivated. Thanks again to those who have recently contributed!

Download Nginx for Windows 0.7.10 here. The upstream Changelog is here.

Follow me on Twitter to get immediate notifications for new Nginx for Windows releases.

Posted by Kev on August 14th, 2008 1 Comment

Announce: Nginx for Windows 0.7.8 (win32) is now available

Less than 24 hours after the 0.7.7 release for Windows, Nginx for Windows 0.7.8 is now available. It was built using Windows Vista Ultimate (32-bit). It works not only on Vista, but also Windows XP and Windows 2000. I offer this software without support and without guarantees, hoping that it helps you in some way. If you want to help me, please donate a few dollars to keep this site running and to keep me motivated. Thanks to those who have recently contributed!

Download Nginx for Windows 0.7.8 here

Posted by Kev on August 5th, 2008 2 Comments

Nginx for Windows 0.7.7 is now available

Nginx for Windows 0.7.7 is now available. It was built using Windows Vista Ultimate (32-bit). It works not only on Vista, but also Windows XP and Windows 2000. As usual, I offer this software without support and without guarantees, but with the hope that it helps you in some way. If you want to help me, please donate a few dollars to keep this site running and to keep me motivated. Thanks to those who have recently contributed!

Download Nginx for Windows 0.7.7 here

Posted by Kev on August 4th, 2008 1 Comment

Fix Wordpress 2.6 Custom Structure Permalinks Part II

Thanks to Marc’s comment on my last post, fixing Permalinks is easier that I originally thought for Wordpress 2.6. Marc cites this post on the Wordpress support forum. Whether you followed my instructions from my last post or not, the fix is the same:

  • Re-upload the original rewrite.php file from 2.6’s latest.tar.gz to your wp-includes directory.
  • From the dashboard, set permalinks to “Default” and Save it.
  • From the dashboard, set permalinks to “Custom Structure” of your choice and Save it.
    Mine is now: /%year%/%monthnum%/%day%/%postname%/
    (Previously: /index.php/%year%/%monthnum%/%day%/%postname%/ which does not work.)

For the record, search engines that indexed links with the /index.php/{etc.} structure still resolve properly.

Please leave a comment if it doesn’t work for you.

Big thanks to Marc for the comment.

Posted by Kev on July 22nd, 2008 4 Comments