From 4557bd06e9a493a0b12a66c3a7084a5366e251b6 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Fri, 8 Nov 2002 21:28:48 +0000 Subject: [PATCH] Fixed some typos, added a section-id and did some cosmetics. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97464 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_isapi.html.en | 28 +++++++++++++++------------- docs/manual/mod/mod_isapi.xml | 30 ++++++++++++++++-------------- 2 files changed, 31 insertions(+), 27 deletions(-) diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index 42beddf250..fab91e7c29 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -19,7 +19,7 @@ parties. The Apache Group does not author these modules, so we provide no support for them. Please contact the ISAPI's author directly if you are experiencing problems running their ISAPI - extention. Please do not post such problems to + extension. Please do not post such problems to Apache's lists or bug reporting pages.

top

Usage

In the server configuration file, use -the AddHandler directive to -associate ISAPI files with the isapi-isa handler, and map -it to the with their file extensions. To enable any .dll file to be -processed as an ISAPI extention, edit the httpd.conf file and add the -following line:

-

- AddHandler isapi-isa .dll -

+

Topics

top

Usage

+ +

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

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 httpd.conf:

-

- ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll -

+

+ ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll +

Whether or not you have preloaded an ISAPI extension, all ISAPI extensions are governed by the same permissions and diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml index 0643460d4c..4202f8bd01 100644 --- a/docs/manual/mod/mod_isapi.xml +++ b/docs/manual/mod/mod_isapi.xml @@ -20,27 +20,29 @@ parties. The Apache Group does not author these modules, so we provide no support for them. Please contact the ISAPI's author directly if you are experiencing problems running their ISAPI - extention. Please do not post such problems to + extension. Please do not post such problems to Apache's lists or bug reporting pages.

-
Usage

In the server configuration file, use -the AddHandler directive to -associate ISAPI files with the isapi-isa handler, and map -it to the with their file extensions. To enable any .dll file to be -processed as an ISAPI extention, edit the httpd.conf file and add the -following line:

- - AddHandler isapi-isa .dll - +
Usage + +

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

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 httpd.conf:

- - ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll - + + ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll +

Whether or not you have preloaded an ISAPI extension, all ISAPI extensions are governed by the same permissions and @@ -301,4 +303,4 @@ extensions to the query field - \ No newline at end of file + -- 2.40.0