You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by sl...@locus.apache.org on 2000/12/02 22:26:59 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_isapi.html

slive       00/12/02 13:26:58

  Modified:    htdocs/manual/mod mod_isapi.html
  Log:
  I accidentally committed some other changes in mod_isapi.html.
  This reverses an accidental reversal.
  
  Revision  Changes    Path
  1.11      +0 -4      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.10
  retrieving revision 1.11
  diff -u -d -b -u -r1.10 -r1.11
  --- mod_isapi.html	2000/12/02 21:18:15	1.10
  +++ mod_isapi.html	2000/12/02 21:26:58	1.11
  @@ -75,10 +75,6 @@
      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>
  -
   <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>