From e5f287129c23a026e82810a8a553d52b66abc6f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 15 Oct 2004 23:21:31 +0000 Subject: [PATCH] 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 --- modules/experimental/config.m4 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1