ISAPI module

ISAPI support

Overview
The ISAPI module is responsible for loading and running ISAPI filters and extensions. ISAPI provides a vendor-independent way of extending the functionality of your web server. It offers far more flexibility than the CGI interface and avoids all the performance limitations.

Reference

Configuration
ISAPI extensions are referenced by URL, in the same manner as CGI scripts. The server will only run ISAPI extensions which live in valid isapialias directories. These directories can be configured using the map or htaccess module.

ISAPI filters run at all times as an internal component of the server. ISAPI filters can be added by entering the details in the text box on the ISAPI configuration page.

Filters can be removed by clicking the "Delete" button.