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 @@ <P>This module is contained in the <CODE>mod_isapi.c</CODE> file, and is compiled in by default. It provides support for ISAPI Extensions when running under Microsoft Windows. Any document with a handler of - <CODE>isapi-isa</CODE> will be processed by this module. + <CODE>isapi-isa</CODE> will be processed by this module.</P> <H2>Purpose</H2> -<P>This module implements the <A - HREF="http://www.microsoft.com/win32dev/apiext/isapimrg.htm">ISAPI - Extension</A> API. It allows Internet Server Applications (<EM>i.e.</EM>, ISAPI - Extensions) to be used with Apache for Windows. +<P>This module implements the ISAPI handler extension API, version 2.0. + It allows Internet Server Applications (<EM>i.e.</EM>, ISAPI handlers) + to be used with Apache for Windows.</P> <H2>Usage</H2> @@ -47,7 +46,7 @@ <P>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.