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-Tag: pre_ajp_proxy~2516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daccd9225f5edf88196e5fc10334966b064ac11d;p=apache 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 73025fcd56..8463532eb1 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"