]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Patch submitted by Matt Lewandowsky - fixes name of mod_isapi handler.
authorRich Bowen <rbowen@apache.org>
Mon, 26 Jun 2006 16:55:29 +0000 (16:55 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 26 Jun 2006 16:55:29 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417237 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.ja
docs/manual/mod/mod_isapi.html.en
docs/manual/mod/mod_isapi.xml
docs/manual/mod/mod_isapi.xml.ko

index 2b6731a7d4c434d5a5b1418245b2edb42c0bdd9f..2a1818ba943fd2ec7a5344cecb859bab3a9e39b8 100644 (file)
@@ -190,7 +190,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 d57e5f1a0242dd7af391f79b7f4c689e27519983..2722b280ab102f172d5cdc4da050ecfa7388c735 100644 (file)
@@ -125,7 +125,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 6bcc7d4a5d4ee4f7b5f23bed2c17cd027a46f0d3..78fce30b60604aaed9b6821734db40dd8d3639fb 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 5e3fc7749f819791da9e12e308612773af6230ec..9e2c206a9adc2ab52b3bcb7e4fd7a9e701e2fb3b 100644 (file)
     <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 9a14abc053dffac73efe73b741a1b8a47744822f..405f566a1377ed12f6dab73a2c0721f1d4fe1a1f 100644 (file)
         AddHandler isapi-handler.dll
     </code></p></div>
 
+    <div class="note">In older versions of the Apache server,
+    <code>isapi-isa</code> was the proper handler name, rather than
+    <code>isapi-handler</code>. As of 2.3 development versions of the Apache
+    server, <code>isapi-isa</code> is no longer valid. You will need to
+    change your configuration to use <code>isapi-handler</code>
+    instead.</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 f57a130fd16b6f470e31fe9c7739d887e604cf26..a183000551cab5a7bf97bf5643eceedb352b6293 100644 (file)
         AddHandler isapi-handler.dll
     </example>
 
+    <note>In older versions of the Apache server,
+    <code>isapi-isa</code> was the proper handler name, rather than
+    <code>isapi-handler</code>. As of 2.3 development versions of the Apache
+    server, <code>isapi-isa</code> is no longer valid. You will need to
+    change your configuration to use <code>isapi-handler</code>
+    instead.</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
index 760746cfc55c5a7d04107b45bf489e9777cbdff3..c54dee4e08da5bed8fb8366005718dc3d9d780d9 100644 (file)
 
     <p>¼­¹ö¼³Á¤ÆÄÀÏ¿¡¼­ <directive
     module="mod_mime">AddHandler</directive> Áö½Ã¾î¸¦ »ç¿ëÇÏ¿©
-    ISAPI ÆÄÀÏ È®ÀåÀÚ¿Í <code>isapi-isa</code> Çڵ鷯¸¦ ¿¬°áÇÑ´Ù.
+    ISAPI ÆÄÀÏ È®ÀåÀÚ¿Í <code>isapi-handler</code> Çڵ鷯¸¦ ¿¬°áÇÑ´Ù.
     .dll ÆÄÀÏÀ» ISAPI extensionÀ¸·Î Ã³¸®ÇÏ·Á¸é httpd.conf ÆÄÀÏ¿¡
     ´ÙÀ½°ú °°ÀÌ Ãß°¡ÇÑ´Ù.</p>
     <example>
-        AddHandler isapi-isa .dll
+        AddHandler isapi-handler .dll
     </example>
 
     <p>¾ÆÆÄÄ¡ ¼­¹ö´Â ¿äûÇÑ ¸ðµâÀ» ¸Þ¸ð¸®¿¡ °è¼Ó µÑ ¼ö ¾ø´Ù.