summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_mime.xml
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-04-07 02:04:03 +0000
committerPaul Querna <pquerna@apache.org>2005-04-07 02:04:03 +0000
commita19987ca7f151b80c25e1fd6c24e938ca22987f4 (patch)
treec75a8e73d495d5283c997843adee615709ded323 /docs/manual/mod/mod_mime.xml
parent59bdba49f46bd755466de65597ed2ad37f117388 (diff)
downloadhttpd-a19987ca7f151b80c25e1fd6c24e938ca22987f4.tar.gz
rename mod_imap to mod_imagemap.
Broken by this commit: - Win32 Build -- I didn't want to muck with .dsp files. - Netware Build - Same Story as Win32. - Documentation Translations (could get away with direct changes to the module name, but I am not sure) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r--docs/manual/mod/mod_mime.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index fb517d63ef..926e58ea3b 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -124,12 +124,12 @@ module="mod_mime_magic">MimeMagicFile</directive></seealso>
usually result in the request being by the module associated
with the handler. For example, if the <code>.imap</code>
extension is mapped to the handler <code>imap-file</code> (from
- <module>mod_imap</module>) and the <code>.html</code> extension is
+ <module>mod_imagemap</module>) and the <code>.html</code> extension is
mapped to the MIME-type <code>text/html</code>, then the file
<code>world.imap.html</code> will be associated with both the
<code>imap-file</code> handler and <code>text/html</code> MIME-type.
When it is processed, the <code>imap-file</code> handler will be used,
- and so it will be treated as a <module>mod_imap</module> imagemap
+ and so it will be treated as a <module>mod_imagemap</module> imagemap
file.</p>
</section>