From: Justin Erenkrantz Date: Sat, 27 Dec 2003 06:27:08 +0000 (+0000) Subject: improve some module descriptions X-Git-Tag: 2.0.49~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aabcfe3355ef2abcceac901abf57d2cd40efd5de;p=thirdparty%2Fapache%2Fhttpd.git improve some module descriptions Backport of modules/mappers/config9.m4 r1.18 from httpd-2.1 Submitted by: kess Reviewed by: kess, trawick, nd, erikabele, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102117 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7c4eee7d6a2..9c7b5630bb1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ Changes with Apache 2.0.49 + *) Improve 'configure --help' output for some modules. [Astrid Keßler] + *) Correct UseCanonicalName Off to properly check incoming port number. [Jim Jagielski] diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 0f0722e85e3..adb66ea8da5 100644 --- a/modules/mappers/config9.m4 +++ b/modules/mappers/config9.m4 @@ -4,16 +4,16 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) APACHE_MODPATH_INIT(mappers) -APACHE_MODULE(vhost_alias, mass hosting module, , , most) +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, internal imagemaps, , , yes) +APACHE_MODULE(imap, server-side imagemaps, , , yes) APACHE_MODULE(actions, Action triggering on requests, , , yes) APACHE_MODULE(speling, correct common URL misspellings, , , most) -APACHE_MODULE(userdir, mapping of user requests, , , yes) -APACHE_MODULE(alias, translation of requests, , , yes) +APACHE_MODULE(userdir, mapping of requests to user-specific directories, , , yes) +APACHE_MODULE(alias, mapping of requests to different filesystem parts, , , yes) -APACHE_MODULE(rewrite, regex URL translation, , , most) +APACHE_MODULE(rewrite, rule based URL manipulation, , , most) APR_CHECK_APR_DEFINE(APR_HAS_DSO)