From 4f11aeb5bc3b5369080cf90a68bd3ef48adbd767 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 10 Jun 2006 03:25:25 +0000 Subject: [PATCH] Submitted by Matt Lewandowsky (matt@iamcode.net). The handler name is now isapi-handler instead of isapi-isa, although apparently both will still work, at least for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413220 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_isapi.html.en | 4 ++-- docs/manual/mod/mod_isapi.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index 8d2e87242c..9a14abc053 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -64,12 +64,12 @@

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

There is no capability within the Apache server to leave a diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml index 1d68be7790..f57a130fd1 100644 --- a/docs/manual/mod/mod_isapi.xml +++ b/docs/manual/mod/mod_isapi.xml @@ -47,12 +47,12 @@

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

There is no capability within the Apache server to leave a -- 2.40.0