You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2004/01/03 20:41:38 UTC

cvs commit: httpd-2.0/build mkconfNW.awk

bnicholes    2004/01/03 11:41:38

  Modified:    build    mkconfNW.awk
  Log:
  Add mod_log_forensic to the NetWare standard httpd.conf file
  
  Revision  Changes    Path
  1.14      +1 -0      httpd-2.0/build/mkconfNW.awk
  
  Index: mkconfNW.awk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/mkconfNW.awk,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mkconfNW.awk	22 Jan 2003 23:25:37 -0000	1.13
  +++ mkconfNW.awk	3 Jan 2004 19:41:38 -0000	1.14
  @@ -45,6 +45,7 @@
       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"