wrowe 00/10/07 23:26:10
Modified: htdocs/manual/mod mod_isapi.html Log: Finding all sorts of complete fixes tonight that were forgotten. Revision Changes Path 1.9 +3 -7 httpd-docs-1.3/htdocs/manual/mod/mod_isapi.html Index: mod_isapi.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_isapi.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mod_isapi.html 2000/09/26 15:43:21 1.8 +++ mod_isapi.html 2000/10/08 06:26:10 1.9 @@ -63,15 +63,11 @@ AddHandler isapi-isa dll </PRE> -<P>ISAPI Extensions are governed by the same permissions and restrictions - as CGI scripts. That is, <CODE>Options ExecCGI</CODE> must be set for +<P>ISAPI extensions are governed by the same permissions and restrictions + as CGI scripts. That is, <CODE>Options ExecCGI</CODE> must be set for the directory that contains the ISAPI .dll file.</P> -<P>Now place an ISAPI .dll file into this web directory, with the - <CODE>Options ExecCGI</CODE> set properly, and it will be loaded and - executed when requested by its URL.</P> - - Review the <A HREF="#notes">Additional Notes</A> and the +<P>Review the <A HREF="#notes">Additional Notes</A> and the <A HREF="#journal">Programmer's Journal</A> for additional details and clarification of the specific ISAPI support offered by mod_isapi.</P>