From: Bradley Nicholes Date: Sat, 3 Jan 2004 19:41:38 +0000 (+0000) Subject: Add mod_log_forensic to the NetWare standard httpd.conf file X-Git-Tag: pre_ajp_proxy~878 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5643636303169e54c29da936dd186b435fe9032;p=apache Add mod_log_forensic to the NetWare standard httpd.conf file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102166 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index e7ae597321..e94e2d3cd8 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -45,6 +45,7 @@ BEGIN { print "#LoadModule headers_module modules/headers.nlm" print "#LoadModule ident_module modules/modident.nlm" print "#LoadModule info_module modules/info.nlm" + print "#LoadModule log_forensic_module modules/forensic.nlm" print "#LoadModule logio_module modules/modlogio.nlm" print "#LoadModule mime_magic_module modules/mimemagi.nlm" print "#LoadModule proxy_module modules/proxy.nlm"