From: André Malo Date: Fri, 15 Oct 2004 23:21:31 +0000 (+0000) Subject: add mod_filter to the configure parameters X-Git-Tag: 2.1.1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5f287129c23a026e82810a8a553d52b66abc6f3;p=apache add mod_filter to the configure parameters git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index d62b164765..2266904c01 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -28,5 +28,6 @@ APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no) APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(case_filter, example uppercase conversion filter, , , no) APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no) +APACHE_MODULE(filter, smart filtering module, , , no) APACHE_MODPATH_FINISH