summaryrefslogtreecommitdiffstats
path: root/modules/mappers/config9.m4
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-04-06 17:59:52 +0200
committerPaul Querna <pquerna@apache.org>2005-04-06 17:59:52 +0200
commit963de58734e79e2fbd5f724ba37150a824c6b4fd (patch)
treefe5f9a2748d13de4b8d484cd99a8e23293b4b49c /modules/mappers/config9.m4
parentUpdate Japanese translation. (diff)
downloadapache2-963de58734e79e2fbd5f724ba37150a824c6b4fd.tar.xz
apache2-963de58734e79e2fbd5f724ba37150a824c6b4fd.zip
Don't always enable mod_imap. I always turn it off in my configs. Now you must
--enable-imap, or --enable-mods-shared=all|most to pick it up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/config9.m4')
-rw-r--r--modules/mappers/config9.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4
index 198a953dc3..f3d0e48dc0 100644
--- a/modules/mappers/config9.m4
+++ b/modules/mappers/config9.m4
@@ -7,7 +7,7 @@ APACHE_MODPATH_INIT(mappers)
APACHE_MODULE(vhost_alias, mass virtual hosting module, , , most)
APACHE_MODULE(negotiation, content negotiation, , , yes)
APACHE_MODULE(dir, directory request handling, , , yes)
-APACHE_MODULE(imap, server-side imagemaps, , , yes)
+APACHE_MODULE(imap, server-side imagemaps, , , most)
APACHE_MODULE(actions, Action triggering on requests, , , yes)
APACHE_MODULE(speling, correct common URL misspellings, , , most)
APACHE_MODULE(userdir, mapping of requests to user-specific directories, , , yes)