ISAPI

ISAPI Rewrite 3 Lite Released

ISAPI Rewrite 3 Lite Edition has been released on www.iis.net and is available for free. ISAPI_Rewrite 3 Lite is a Freeware URL rewriter for IIS, compatible with Apache mod_rewrite. It supports nearly all Apache mod_rewrite features. It is used for search engine optimization, to proxy another server’s content, stop hotlinking or strengthen server security. Features Offers same syntax and behavior as Apache mod_rewrite, but supports only global httpd.conf configuration Regular expressions for flexible and powerful …

Read more

FastCGI Technical Preview 2

Microsoft has annonced an updated Technical Preview 2 version of FastCGI. The current FastCGI Technical Preview 2 release addresses most of the compatibility issues reported by the community for the original preview release, and is available for both 32 bit and 64 bit versions of Windows Server 2003 and Windows Vista. The FastCGI component is part of the collaboration between Microsoft and Zend to improve performance and stability of PHP on the Windows platform. Read more …

Read more

Free URL Rewriter for IIS 6.0

Stumpled across this mod_rewrite for IIS 6.0, I haven’t tried it myself yet. But if you are interested in a FREE URL Rewriter for IIS, this might be a good option? IIRF is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price (free!) with good features. It is reasonably fast, and reasonably powerful. You can get the source code to inspect it or modify it yourself if you desire. …

Read more

IIS ISAPI LDAP Authentication

Ever needed LDAP Authentication in IIS, Inflection has made an LDAP ISAPI Authentication Module. This ISAPI module will allow a Microsoft IIS server to authenticate users with an LDAP server. We modified Salvador Salanova Fortmann’s original code to support Novell’s eDirectory as well as a more flexible configuration file and some other options. The source code is GPL. Read more and download at source.

ISAPI: LeechBlocker

Chris Crowe did a post on a nice ISAPI filter called LeechBlocker made by Michael R. Brumm. LeechBlocker is an open source ISAPI Filter for IIS. The filter intercepts all incoming requests and checks to see if the resource (an image for example) is being referred to by the same site by which it is being hosted. If the referrer is not the same as the site name, the filter checks to see if the …

Read more