]> granicus.if.org Git - apache/commitdiff
improve some module descriptions
authorAstrid Malo <kess@apache.org>
Sun, 2 Nov 2003 00:04:47 +0000 (00:04 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 2 Nov 2003 00:04:47 +0000 (00:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101664 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/config9.m4

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)