Commit 0ccf4da8 authored by Richard Bowen's avatar Richard Bowen
Browse files

Documentation patch submitted by Matt Lewandowsky. Corrects to new name

for the handler.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@417231 13f79535-47bb-0310-9956-ffa450edef68
parent 24fa6608
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,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>

Loading