summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_isapi.xml
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2002-11-08 21:28:48 +0000
committerErik Abele <erikabele@apache.org>2002-11-08 21:28:48 +0000
commit4557bd06e9a493a0b12a66c3a7084a5366e251b6 (patch)
tree4065303a639a06691e80c5460b3e6042ece0351f /docs/manual/mod/mod_isapi.xml
parenta809b7f73d5b22db3d5e91348b2eaa0f5f95c33c (diff)
downloadhttpd-4557bd06e9a493a0b12a66c3a7084a5366e251b6.tar.gz
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
Diffstat (limited to 'docs/manual/mod/mod_isapi.xml')
-rw-r--r--docs/manual/mod/mod_isapi.xml30
1 files changed, 16 insertions, 14 deletions
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. <strong>Please <em>do not</em> post such problems to
+ extension. <strong>Please <em>do not</em> post such problems to
Apache's lists or bug reporting pages.</strong></p>
</summary>
-<section><title>Usage</title> <p>In the server configuration file, use
-the <directive module="mod_mime">AddHandler</directive> directive to
-associate ISAPI files with the <code>isapi-isa</code> 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:</p>
-<example>
- AddHandler isapi-isa .dll
-</example>
+<section id="usage"><title>Usage</title>
+
+ <p>In the server configuration file, use
+ the <directive module="mod_mime">AddHandler</directive> directive to
+ associate ISAPI files with the <code>isapi-isa</code> 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:</p>
+ <example>
+ AddHandler isapi-isa .dll
+ </example>
<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
httpd.conf:</p>
-<example>
- ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
-</example>
+ <example>
+ ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
+ </example>
<p>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</description>
</usage>
</directivesynopsis>
-</modulesynopsis> \ No newline at end of file
+</modulesynopsis>