]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
improve some module descriptions
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 27 Dec 2003 06:27:08 +0000 (06:27 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 27 Dec 2003 06:27:08 +0000 (06:27 +0000)
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

CHANGES
modules/mappers/config9.m4

diff --git a/CHANGES b/CHANGES
index 7c4eee7d6a26ba08ecb36fa9e6c3e1182d4dde44..9c7b5630bb1faa132cb3cd0574da48c4a8e5ccb0 100644 (file)
--- 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]
 
index 0f0722e85e38da99ae5cb8c8f3cbae5bee8ecc74..adb66ea8da56b4472835da94e30635117878eacf 100644 (file)
@@ -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)