You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2002/11/08 22:28:49 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_isapi.xml mod_isapi.html.en

erikabele    2002/11/08 13:28:48

  Modified:    docs/manual/mod mod_isapi.xml mod_isapi.html.en
  Log:
  Fixed some typos, added a section-id and did some cosmetics.
  
  Revision  Changes    Path
  1.4       +16 -14    httpd-2.0/docs/manual/mod/mod_isapi.xml
  
  Index: mod_isapi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_isapi.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_isapi.xml	26 Aug 2002 20:18:26 -0000	1.3
  +++ mod_isapi.xml	8 Nov 2002 21:28:48 -0000	1.4
  @@ -20,27 +20,29 @@
       parties. The Apache Group does not author these modules, so we
       provide no support for them. Please contact the ISAPI's author
       directly if you are experiencing problems running their ISAPI
  -    extention. <strong>Please <em>do not</em> post such problems to
  +    extension. <strong>Please <em>do not</em> post such problems to
       Apache's lists or bug reporting pages.</strong></p>
   </summary>
   
  -<section><title>Usage</title> <p>In the server configuration file, use
  -the <directive module="mod_mime">AddHandler</directive> directive to
  -associate ISAPI files with the <code>isapi-isa</code> handler, and map
  -it to the with their file extensions. To enable any .dll file to be
  -processed as an ISAPI extention, edit the httpd.conf file and add the
  -following line:</p>
  -<example>
  -    AddHandler isapi-isa .dll
  -</example>
  +<section id="usage"><title>Usage</title>
  +
  +    <p>In the server configuration file, use
  +    the <directive module="mod_mime">AddHandler</directive> directive to
  +    associate ISAPI files with the <code>isapi-isa</code> handler, and map
  +    it to them with their file extensions. To enable any .dll file to be
  +    processed as an ISAPI extension, edit the httpd.conf file and add the
  +    following line:</p>
  +    <example>
  +        AddHandler isapi-isa .dll
  +    </example>
   
       <p>There is no capability within the Apache server to leave a
       requested module loaded. However, you may preload and keep a
       specific module loaded by using the following syntax in your
       httpd.conf:</p>
  -<example>
  -    ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
  -</example>
  +    <example>
  +        ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
  +    </example>
   
       <p>Whether or not you have preloaded an ISAPI extension, all
       ISAPI extensions are governed by the same permissions and
  @@ -301,4 +303,4 @@
   </usage>
   </directivesynopsis>
   
  -</modulesynopsis>
  \ No newline at end of file
  +</modulesynopsis>
  
  
  
  1.13      +15 -13    httpd-2.0/docs/manual/mod/mod_isapi.html.en
  
  Index: mod_isapi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_isapi.html.en,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_isapi.html.en	7 Oct 2002 15:23:02 -0000	1.12
  +++ mod_isapi.html.en	8 Nov 2002 21:28:48 -0000	1.13
  @@ -19,7 +19,7 @@
       parties. The Apache Group does not author these modules, so we
       provide no support for them. Please contact the ISAPI's author
       directly if you are experiencing problems running their ISAPI
  -    extention. <strong>Please <em>do not</em> post such problems to
  +    extension. <strong>Please <em>do not</em> post such problems to
       Apache's lists or bug reporting pages.</strong></p>
   </div><div id="quickview"><h3 class="directives">Directives</h3><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#isapiappendlogtoerrors">ISAPIAppendLogToErrors</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#isapiappendlogtoquery">ISAPIAppendLogToQuery</a></li>
  @@ -27,23 +27,25 @@
   <li><img alt="" src="../images/down.gif" /> <a href="#isapifakeasync">ISAPIFakeAsync</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#isapilognotsupported">ISAPILogNotSupported</a></li>
   <li><img alt="" src="../images/down.gif" /> <a href="#isapireadaheadbuffer">ISAPIReadAheadBuffer</a></li>
  -</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> Usage</li><li><img alt="" src="../images/down.gif" /> <a href="#notes">Additional Notes</a></li><li><img alt="" src="../images/down.gif" /> <a href="#journal">Programmer's Journal</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2>Usage</h2> <p>In the server configuration file, use
  -the <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> directive to
  -associate ISAPI files with the <code>isapi-isa</code> handler, and map
  -it to the with their file extensions. To enable any .dll file to be
  -processed as an ISAPI extention, edit the httpd.conf file and add the
  -following line:</p>
  -<div class="example"><p><code>
  -    AddHandler isapi-isa .dll
  -</code></p></div>
  +</ul><h3>Topics</h3><ul id="topics"><li><img alt="" src="../images/down.gif" /> <a href="#usage">Usage</a></li><li><img alt="" src="../images/down.gif" /> <a href="#notes">Additional Notes</a></li><li><img alt="" src="../images/down.gif" /> <a href="#journal">Programmer's Journal</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="usage" id="usage">Usage</a></h2>
  +
  +    <p>In the server configuration file, use
  +    the <code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code> directive to
  +    associate ISAPI files with the <code>isapi-isa</code> handler, and map
  +    it to them with their file extensions. To enable any .dll file to be
  +    processed as an ISAPI extension, edit the httpd.conf file and add the
  +    following line:</p>
  +    <div class="example"><p><code>
  +        AddHandler isapi-isa .dll
  +    </code></p></div>
   
       <p>There is no capability within the Apache server to leave a
       requested module loaded. However, you may preload and keep a
       specific module loaded by using the following syntax in your
       httpd.conf:</p>
  -<div class="example"><p><code>
  -    ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
  -</code></p></div>
  +    <div class="example"><p><code>
  +        ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
  +    </code></p></div>
   
       <p>Whether or not you have preloaded an ISAPI extension, all
       ISAPI extensions are governed by the same permissions and