From: Astrid Malo Date: Sun, 2 Nov 2003 00:04:47 +0000 (+0000) Subject: improve some module descriptions X-Git-Tag: pre_ajp_proxy~1082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb2802c75bb30a6324450b3dea8b00ad5f68b749;p=apache improve some module descriptions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4 index 0f0722e85e..adb66ea8da 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)