You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2003/11/02 01:04:47 UTC

cvs commit: httpd-2.0/modules/mappers config9.m4

kess        2003/11/01 16:04:47

  Modified:    modules/mappers config9.m4
  Log:
  improve some module descriptions
  
  Revision  Changes    Path
  1.18      +5 -5      httpd-2.0/modules/mappers/config9.m4
  
  Index: config9.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/config9.m4,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- config9.m4	15 May 2003 06:30:27 -0000	1.17
  +++ config9.m4	2 Nov 2003 00:04:47 -0000	1.18
  @@ -4,16 +4,16 @@
   
   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)