summaryrefslogtreecommitdiff
path: root/docs/manual/misc
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/misc
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/misc')
-rw-r--r--docs/manual/misc/rewriteguide.html.en4
-rw-r--r--docs/manual/misc/rewriteguide.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/misc/rewriteguide.html.en b/docs/manual/misc/rewriteguide.html.en
index 2875995771..ab8cb1863c 100644
--- a/docs/manual/misc/rewriteguide.html.en
+++ b/docs/manual/misc/rewriteguide.html.en
@@ -543,7 +543,7 @@ RewriteRule (.*) netsw-lsdir.cgi/$1
- <h3>NCSA imagemap to Apache <code>mod_imap</code></h3>
+ <h3>NCSA imagemap to Apache <code>mod_imagemap</code></h3>
@@ -555,7 +555,7 @@ RewriteRule (.*) netsw-lsdir.cgi/$1
modern Apache webserver a lot of people want a smooth
transition. So they want pages which use their old NCSA
<code>imagemap</code> program to work under Apache with the
- modern <code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>. The problem is that there
+ modern <code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>. The problem is that there
are a lot of hyperlinks around which reference the
<code>imagemap</code> program via
<code>/cgi-bin/imagemap/path/to/page.map</code>. Under
diff --git a/docs/manual/misc/rewriteguide.xml b/docs/manual/misc/rewriteguide.xml
index c9f9fc98c6..170311439b 100644
--- a/docs/manual/misc/rewriteguide.xml
+++ b/docs/manual/misc/rewriteguide.xml
@@ -543,7 +543,7 @@ RewriteRule (.*) netsw-lsdir.cgi/$1
<section>
- <title>NCSA imagemap to Apache <code>mod_imap</code></title>
+ <title>NCSA imagemap to Apache <code>mod_imagemap</code></title>
<dl>
<dt>Description:</dt>
@@ -553,7 +553,7 @@ RewriteRule (.*) netsw-lsdir.cgi/$1
modern Apache webserver a lot of people want a smooth
transition. So they want pages which use their old NCSA
<code>imagemap</code> program to work under Apache with the
- modern <module>mod_imap</module>. The problem is that there
+ modern <module>mod_imagemap</module>. The problem is that there
are a lot of hyperlinks around which reference the
<code>imagemap</code> program via
<code>/cgi-bin/imagemap/path/to/page.map</code>. Under