]> granicus.if.org Git - apache/commitdiff
Submitted by Matt Lewandowsky (matt@iamcode.net).
authorRich Bowen <rbowen@apache.org>
Sat, 10 Jun 2006 03:25:25 +0000 (03:25 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 10 Jun 2006 03:25:25 +0000 (03:25 +0000)
The handler name is now isapi-handler instead of isapi-isa, although
apparently both will still work, at least for now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413220 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_isapi.html.en
docs/manual/mod/mod_isapi.xml

index 8d2e87242c295dd94b1cff2fd14f202ebb07813f..9a14abc053dffac73efe73b741a1b8a47744822f 100644 (file)
 
     <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
+    associate ISAPI files with the <code>isapi-handler</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
+        AddHandler isapi-handler.dll
     </code></p></div>
 
     <p>There is no capability within the Apache server to leave a
index 1d68be7790b6675d003dc501a4a8b582f7645c69..f57a130fd16b6f470e31fe9c7739d887e604cf26 100644 (file)
 
     <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
+    associate ISAPI files with the <code>isapi-handler</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
+        AddHandler isapi-handler.dll
     </example>
 
     <p>There is no capability within the Apache server to leave a