]> granicus.if.org Git - apache/commitdiff
Add a commented LoadModule entry to the .conf file for mod_ext_filter
authorBradley Nicholes <bnicholes@apache.org>
Mon, 2 Dec 2002 18:01:05 +0000 (18:01 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 2 Dec 2002 18:01:05 +0000 (18:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97742 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index 73025fcd569e3bc4e30d5e1cc140a0b1099533ff..8463532eb15412b582d69094570a033aa157fd22 100644 (file)
@@ -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"