From: Bradley Nicholes Date: Mon, 2 Dec 2002 18:01:05 +0000 (+0000) Subject: Add a commented LoadModule entry to the .conf file for mod_ext_filter X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1918ca17090aec8232bc307db305f2756ab20e96;p=thirdparty%2Fapache%2Fhttpd.git Add a commented LoadModule entry to the .conf file for mod_ext_filter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 73025fcd569..8463532eb15 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -39,6 +39,7 @@ BEGIN { print "#LoadModule dav_module modules/mod_dav.nlm" print "#LoadModule dav_fs_module modules/moddavfs.nlm" print "#LoadModule expires_module modules/expires.nlm" + print "#LoadModule ext_filter_module modules/extfiltr.nlm" print "#LoadModule file_cache_module modules/filecach.nlm" print "#LoadModule headers_module modules/headers.nlm" print "#LoadModule info_module modules/info.nlm"