diff options
author | Astrid Malo <kess@apache.org> | 2003-11-02 01:04:47 +0100 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2003-11-02 01:04:47 +0100 |
commit | fb2802c75bb30a6324450b3dea8b00ad5f68b749 (patch) | |
tree | 3f3e53f042be748ef18f298da92224a4aed72e6c /modules/mappers/config9.m4 | |
parent | Fix sample regex (diff) | |
download | apache2-fb2802c75bb30a6324450b3dea8b00ad5f68b749.tar.xz apache2-fb2802c75bb30a6324450b3dea8b00ad5f68b749.zip |
improve some module descriptions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/config9.m4')
-rw-r--r-- | modules/mappers/config9.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
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) |