1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Patch submitted by Matt Lewandowsky - fixes name of mod_isapi handler.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2006-06-26 16:55:29 +00:00
parent 64d5e756cd
commit d65a57ea79
7 changed files with 20 additions and 6 deletions

View 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>

View 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>

View 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>

View File

@@ -118,7 +118,7 @@
<a href="../handler.html">$B%O%s%I%i(B</a>$B$G7h$^$j$^$9!#(B
$BIaDL$N%U%!%$%k$N$?$a$N%3%"%O%s%I%i$N%G%U%)%k%H$O(B <code>PATH_INFO</code> $B$r5qH]$7$^$9!#(B
<a href="mod_cgi.html">cgi-script</a> $B$d(B <a
href="mod_isapi.html">isapi-isa</a> $B$N$h$&$K%9%/%j%W%H$r07$&%O%s%I%i$O(B
href="mod_isapi.html">isapi-handler</a> $B$N$h$&$K%9%/%j%W%H$r07$&%O%s%I%i$O(B
$B0lHLE*$K%G%U%)%k%H$G(B <code>PATH_INFO</code> $B$r<u$1IU$1$^$9!#(B</dd>
</dl>

View File

@@ -72,6 +72,13 @@
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

View File

@@ -55,6 +55,13 @@
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

View File

@@ -45,11 +45,11 @@
<p><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD> <directive
module="mod_mime">AddHandler</directive> <20><><EFBFBD>þ <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD>
ISAPI <20><><EFBFBD><EFBFBD> Ȯ<><C8AE><EFBFBD>ڿ<EFBFBD> <code>isapi-isa</code> <20>ڵ鷯<DAB5><E9B7AF> <20><><EFBFBD><EFBFBD><EFBFBD>Ѵ<EFBFBD>.
ISAPI <20><><EFBFBD><EFBFBD> Ȯ<><C8AE><EFBFBD>ڿ<EFBFBD> <code>isapi-handler</code> <20>ڵ鷯<DAB5><E9B7AF> <20><><EFBFBD><EFBFBD><EFBFBD>Ѵ<EFBFBD>.
.dll <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ISAPI extension<6F><6E><EFBFBD><EFBFBD> ó<><C3B3><EFBFBD>Ϸ<EFBFBD><CFB7><EFBFBD> httpd.conf <20><><EFBFBD>Ͽ<EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>߰<EFBFBD><DFB0>Ѵ<EFBFBD>.</p>
<example>
AddHandler isapi-isa .dll
AddHandler isapi-handler .dll
</example>
<p><3E><><EFBFBD><EFBFBD>ġ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>û<EFBFBD><C3BB> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>޸𸮿<DEB8> <20><><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>.