summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_isapi.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-26 20:16:48 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-26 20:16:48 +0200
commit1baf5c7f130d14d0ccdb29b45235eca7f569c86b (patch)
tree67600947fdb47ffcb9efb3c56d2b113446cc40fb /docs/manual/mod/mod_isapi.xml
parentSyntax fixups for mod_f*.xml (diff)
downloadapache2-1baf5c7f130d14d0ccdb29b45235eca7f569c86b.tar.xz
apache2-1baf5c7f130d14d0ccdb29b45235eca7f569c86b.zip
Syntax updates for mod_h*.xml, mod_i*.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_isapi.xml')
-rw-r--r--docs/manual/mod/mod_isapi.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml
index 0e46499b41..9f4bdef4ea 100644
--- a/docs/manual/mod/mod_isapi.xml
+++ b/docs/manual/mod/mod_isapi.xml
@@ -51,9 +51,9 @@
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>
+ <highlight language="config">
AddHandler isapi-handler .dll
- </example>
+ </highlight>
<note>In older versions of the Apache server,
<code>isapi-isa</code> was the proper handler name, rather than
@@ -66,9 +66,9 @@
requested module loaded. However, you may preload and keep a
specific module loaded by using the following syntax in your
httpd.conf:</p>
- <example>
+ <highlight language="config">
ISAPICacheFile c:/WebWork/Scripts/ISAPI/mytest.dll
- </example>
+ </highlight>
<p>Whether or not you have preloaded an ISAPI extension, all
ISAPI extensions are governed by the same permissions and