From: Rich Bowen Date: Mon, 26 Jun 2006 16:44:54 +0000 (+0000) Subject: Documentation patch submitted by Matt Lewandowsky. Corrects to new name X-Git-Tag: 2.0.59~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7923e8a63934f04afbb47a93f90c3c077419df0b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index a6d77637431..cac4661235c 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -142,7 +142,7 @@ available
Default
The treatment of requests with trailing pathname information is determined by the handler responsible for the request. The core handler for normal files defaults to rejecting - PATH_INFO requests. Handlers that serve scripts, such as cgi-script and isapi-isa, generally accept + PATH_INFO requests. Handlers that serve scripts, such as cgi-script and isapi-handler, generally accept PATH_INFO by default.
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index c8a0d06d844..045ce29e1d1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -74,7 +74,7 @@ available The core handler for normal files defaults to rejecting PATH_INFO requests. Handlers that serve scripts, such as cgi-script and isapi-isa, generally accept + href="mod_isapi.html">isapi-handler, generally accept PATH_INFO by default. diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index dbdb90d905a..0a72a7355c1 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -79,7 +79,7 @@ Servers für gewöhnliche Dateien weist PATH_INFO-Zugriffe standardmäßig zurück. Handler, die Skripte bedienen, wie z.B. cgi-script und - isapi-isa, sind im Allgemeinen darauf + isapi-handler, sind im Allgemeinen darauf voreingestellt, PATH_INFO zu akzeptieren. diff --git a/docs/manual/mod/core.xml.es b/docs/manual/mod/core.xml.es index efe70280a72..55e457eaf43 100644 --- a/docs/manual/mod/core.xml.es +++ b/docs/manual/mod/core.xml.es @@ -83,7 +83,7 @@ path añadida (trailing pathname information) rechaza por defecto las peticiones de PATH_INFO. Los handlers que sirven scripts, como cgi-script e isapi-isa, generalmente aceptan + href="mod_isapi.html">isapi-handler, generalmente aceptan PATH_INFO por defecto. diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 698e1eb7e97..9985167e4fc 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -66,7 +66,7 @@ ハンドラで決まります。 普通のファイルのためのコアハンドラのデフォルトは PATH_INFO を拒否します。 cgi-scriptisapi-isa のようにスクリプトを扱うハンドラは + href="mod_isapi.html">isapi-handler のようにスクリプトを扱うハンドラは 一般的にデフォルトで PATH_INFO を受け付けます。 diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index 2b56e0f77f8..e6e76b84d60 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -64,14 +64,20 @@

In the server configuration file, use the AddHandler directive to - associate ISAPI files with the isapi-isa handler, and map + associate ISAPI files with the isapi-handler 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:

- AddHandler isapi-isa .dll + AddHandler isapi-handler .dll

+
In versions of the Apache server prior to 2.0.37, use + isapi-isa instead of isapi-handler. The new + handler name is not available prior to version 2.0.37. For compatibility, + configurations may continue using isapi-isa through all + versions of Apache prior to 2.3.0.
+

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 diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml index 348ac715204..688e1ed0606 100644 --- a/docs/manual/mod/mod_isapi.xml +++ b/docs/manual/mod/mod_isapi.xml @@ -47,14 +47,20 @@

In the server configuration file, use the AddHandler directive to - associate ISAPI files with the isapi-isa handler, and map + associate ISAPI files with the isapi-handler 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:

- AddHandler isapi-isa .dll + AddHandler isapi-handler .dll + In versions of the Apache server prior to 2.0.37, use + isapi-isa instead of isapi-handler. The new + handler name is not available prior to version 2.0.37. For compatibility, + configurations may continue using isapi-isa through all + versions of Apache prior to 2.3.0. +

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