Return-Path: Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-docs@apache.org Received: (qmail 96279 invoked by uid 500); 9 Aug 2000 04:50:13 -0000 Delivered-To: apmail-httpd-docs-2.0-cvs@apache.org Received: (qmail 96276 invoked by uid 1134); 9 Aug 2000 04:50:12 -0000 Date: 9 Aug 2000 04:50:12 -0000 Message-ID: <20000809045012.96275.qmail@locus.apache.org> From: wrowe@locus.apache.org To: httpd-docs-2.0-cvs@apache.org Subject: cvs commit: httpd-docs-2.0/htdocs/manual/mod mod_isapi.html wrowe 00/08/08 21:50:12 Modified: htdocs/manual/mod mod_isapi.html Log: Minor nits in documentation. The link to the ISAPI spec is broken. Revision Changes Path 1.6 +5 -6 httpd-docs-2.0/htdocs/manual/mod/mod_isapi.html Index: mod_isapi.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/mod/mod_isapi.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mod_isapi.html 1998/09/17 14:14:57 1.5 +++ mod_isapi.html 2000/08/09 04:50:12 1.6 @@ -19,14 +19,13 @@

This module is contained in the mod_isapi.c file, and is compiled in by default. It provides support for ISAPI Extensions when running under Microsoft Windows. Any document with a handler of - isapi-isa will be processed by this module. + isapi-isa will be processed by this module.

Purpose

-

This module implements the ISAPI - Extension API. It allows Internet Server Applications (i.e., ISAPI - Extensions) to be used with Apache for Windows. +

This module implements the ISAPI handler extension API, version 2.0. + It allows Internet Server Applications (i.e., ISAPI handlers) + to be used with Apache for Windows.

Usage

@@ -47,7 +46,7 @@

Apache's ISAPI implementation conforms to all of the ISAPI 2.0 specification, except for the "Microsoft-specific" extensions dealing - with asynchronous I/O. Apache's I/O model does not allow asynchronous + with asynchronous I/O. Apache's I/O model does not allow asynchronous reading and writing in a manner that the ISAPI could access. If an ISA tries to access async I/O, a message will be place in the error log, to help with debugging.