mod_imap.html revision ac6d1ce7ccb1950bb2145a5c2c3498235353bcb0
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><!--
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync This file is generated from xml source: DO NOT EDIT
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync--><title>mod_imap - Apache HTTP Server</title><link href="/style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img alt="[APACHE DOCUMENTATION]" src="/images/sub.gif"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_imap</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Server-side imagemap processing</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module Identifier:</a></td><td>imap_module</td></tr></table></td></tr></table><h2>Summary</h2>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <p>This module processes <code>.map</code> files, thereby
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync replacing the functionality of the <code>imagemap</code> CGI
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync program. Any directory or document type configured to use the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <a href="mod_mime.html#addhandler" class="directive"><code class="directive">AddHandler</code></a> or
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <a href="core.html#sethandler" class="directive"><code class="directive">SetHandler</code></a>)
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync will be processed by this module.</p>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <p>The following directive will activate files ending with
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>AddHandler imap-file map</code></td></tr></table></blockquote>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>AddType application/x-httpd-imap map</code></td></tr></table></blockquote>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <p>However, we are trying to phase out "magic MIME types" so we
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync are deprecating this method.</p>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync<h2>Directives</h2><ul><li><a href="#imapbase">ImapBase</a></li><li><a href="#imapdefault">ImapDefault</a></li><li><a href="#imapmenu">ImapMenu</a></li></ul><h2>New Features</h2>
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync <p>The imagemap module adds some new features that were not
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync possible with previously distributed imagemap programs.</p>
circle http://www.inetnebr.com/lincoln/feedback/ 195,0
<hr/><h2><a name="ImapBase">ImapBase</a> <a name="imapbase">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Default base for imagemap files</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>ImapBase map|referer|<em>URL</em></td></tr><tr><td><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>ImapBase http://servername/</code></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td><a href="directive-dict.html#Override" class="help">Override:</a></td><td>Indexes</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_imap</td></tr></table></td></tr></table>
<hr/><h2><a name="ImapDefault">ImapDefault</a> <a name="imapdefault">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Default action when an imagemap is called with coordinates
that are not explicitly mapped</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>ImapDefault error|nocontent|map|referer|<em>URL</em></td></tr><tr><td><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>ImapDefault nocontent</code></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td><a href="directive-dict.html#Override" class="help">Override:</a></td><td>Indexes</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_imap</td></tr></table></td></tr></table>
<hr/><h2><a name="ImapMenu">ImapMenu</a> <a name="imapmenu">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Action if no coordinates are given when calling
an imagemap</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>ImapMenu
none|formatted|semiformatted|unformatted</td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td><a href="directive-dict.html#Override" class="help">Override:</a></td><td>Indexes</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_imap</td></tr></table></td></tr></table>