You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/11/14 21:24:03 UTC

cvs commit: httpd-2.0/modules/experimental config.m4 mod_ext_filter.c mod_ext_filter.dsp mod_ext_filter.exp

trawick     2002/11/14 12:24:03

  Modified:    modules/experimental config.m4
  Removed:     modules/experimental mod_ext_filter.c mod_ext_filter.dsp
                        mod_ext_filter.exp
  Log:
  remove mod_ext_filter from experimental
  
  Revision  Changes    Path
  1.24      +0 -1      httpd-2.0/modules/experimental/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/config.m4,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- config.m4	30 Aug 2002 20:32:14 -0000	1.23
  +++ config.m4	14 Nov 2002 20:24:03 -0000	1.24
  @@ -26,7 +26,6 @@
   APACHE_MODULE(disk_cache, disk caching module, , , no)
   APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no)
   APACHE_MODULE(example, example and demo module, , , no)
  -APACHE_MODULE(ext_filter, external filter module, , , no)
   APACHE_MODULE(case_filter, example uppercase conversion filter, , , no)
   APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no)
   APACHE_MODULE(auth_ldap, LDAP based authentication, , , no)