diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-08-09 04:50:12 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-08-09 04:50:12 +0000 |
commit | 5f3814a72aeaa2153396c99acaa1ed487fbc796f (patch) | |
tree | c82419fc0a6195f7bab1741a4afb3bfbdcd357d3 /docs | |
parent | 808831ec31b8a08d4407c912bcf030dbd9473f37 (diff) | |
download | httpd-5f3814a72aeaa2153396c99acaa1ed487fbc796f.tar.gz |
Minor nits in documentation. The link to the ISAPI spec is broken.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_isapi.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html index 61c9ba6728..207611cfc4 100644 --- a/docs/manual/mod/mod_isapi.html +++ b/docs/manual/mod/mod_isapi.html @@ -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. |