]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Documentation patch submitted by Matt Lewandowsky. Corrects to new name
authorRich Bowen <rbowen@apache.org>
Mon, 26 Jun 2006 16:44:54 +0000 (16:44 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 26 Jun 2006 16:44:54 +0000 (16:44 +0000)
for the handler.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@417231 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.ja
docs/manual/mod/mod_isapi.html.en
docs/manual/mod/mod_isapi.xml

index a6d77637431d55290aa80c9ef274198716a57383..cac4661235c7d7d21f416efc6a1887bf3ef88ef7 100644 (file)
@@ -142,7 +142,7 @@ available</td></tr>
     <dt><code>Default</code></dt><dd>The treatment of requests with
     trailing pathname information is determined by the <a href="../handler.html">handler</a> responsible for the request.
     The core handler for normal files defaults to rejecting
-    <code>PATH_INFO</code> requests. Handlers that serve scripts, such as <a href="mod_cgi.html">cgi-script</a> and <a href="mod_isapi.html">isapi-isa</a>, generally accept
+    <code>PATH_INFO</code> requests. Handlers that serve scripts, such as <a href="mod_cgi.html">cgi-script</a> and <a href="mod_isapi.html">isapi-handler</a>, generally accept
     <code>PATH_INFO</code> by default.</dd>
     </dl>
 
index c8a0d06d844593fe294ab535d63e47ca98e6b0f9..045ce29e1d1471cb829fa20a6a01033991ff2456 100644 (file)
@@ -74,7 +74,7 @@ available</description>
     The core handler for normal files defaults to rejecting
     <code>PATH_INFO</code> requests. Handlers that serve scripts, such as <a
     href="mod_cgi.html">cgi-script</a> and <a
-    href="mod_isapi.html">isapi-isa</a>, generally accept
+    href="mod_isapi.html">isapi-handler</a>, generally accept
     <code>PATH_INFO</code> by default.</dd>
     </dl>
 
index dbdb90d905aee3b929eb6b87ecfc1b0572c2e70f..0a72a7355c12422d9b6c96d86a5da231d0754552 100644 (file)
@@ -79,7 +79,7 @@ Servers</description>
     f&uuml;r gew&ouml;hnliche Dateien weist <code>PATH_INFO</code>-Zugriffe
     standardm&auml;&szlig;ig zur&uuml;ck. Handler, die Skripte bedienen,
     wie z.B. <a href="mod_cgi.html">cgi-script</a> und
-    <a href="mod_isapi.html">isapi-isa</a>, sind im Allgemeinen darauf
+    <a href="mod_isapi.html">isapi-handler</a>, sind im Allgemeinen darauf
     voreingestellt, <code>PATH_INFO</code> zu akzeptieren.</dd>
     </dl>
 
index efe70280a72461227b38172450a5ffb2f0a8f934..55e457eaf438dc99f0a643f7cfb77731610834a2 100644 (file)
@@ -83,7 +83,7 @@ path a&#241;adida (trailing pathname information)</description>
     rechaza por defecto las peticiones de <code>PATH_INFO</code>. Los
     handlers que sirven scripts, como <a
     href="mod_cgi.html">cgi-script</a> e <a
-    href="mod_isapi.html">isapi-isa</a>, generalmente aceptan
+    href="mod_isapi.html">isapi-handler</a>, generalmente aceptan
     <code>PATH_INFO</code> por defecto.</dd>
     </dl>
 
index 698e1eb7e97faf999a9c29ab0ed5da92062f1cb2..9985167e4fce74616d6c941f4bf6f2a425d23f5d 100644 (file)
@@ -66,7 +66,7 @@
     <a href="../handler.html">\e$B%O%s%I%i\e(B</a>\e$B$G7h$^$j$^$9!#\e(B
     \e$BIaDL$N%U%!%$%k$N$?$a$N%3%"%O%s%I%i$N%G%U%)%k%H$O\e(B <code>PATH_INFO</code> \e$B$r5qH]$7$^$9!#\e(B
     <a href="mod_cgi.html">cgi-script</a> \e$B$d\e(B <a
-    href="mod_isapi.html">isapi-isa</a> \e$B$N$h$&$K%9%/%j%W%H$r07$&%O%s%I%i$O\e(B
+    href="mod_isapi.html">isapi-handler</a> \e$B$N$h$&$K%9%/%j%W%H$r07$&%O%s%I%i$O\e(B
     \e$B0lHLE*$K%G%U%)%k%H$G\e(B <code>PATH_INFO</code> \e$B$r<u$1IU$1$^$9!#\e(B</dd>
     </dl>
 
index 2b56e0f77f8e14b385b14bbf52de03796796aaae..e6e76b84d607d3567bb60a50953140cd67b7d675 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>
 
+    <div class="note">In versions of the Apache server prior to 2.0.37, use
+    <code>isapi-isa</code> instead of <code>isapi-handler</code>. The new
+    handler name is not available prior to version 2.0.37. For compatibility,
+    configurations may continue using <code>isapi-isa</code> through all
+    versions of Apache prior to 2.3.0.</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
index 348ac71520434665558ea1628a71025114d121e4..688e1ed060634c283bbdc16262d086d59540cd20 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>
 
+    <note>In versions of the Apache server prior to 2.0.37, use
+    <code>isapi-isa</code> instead of <code>isapi-handler</code>. The new
+    handler name is not available prior to version 2.0.37. For compatibility,
+    configurations may continue using <code>isapi-isa</code> through all
+    versions of Apache prior to 2.3.0.</note>
+
     <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