From: Bradley Nicholes Date: Thu, 28 Feb 2002 17:07:45 +0000 (+0000) Subject: Included mod_log_nw into the NetWare build to cover log rotation since X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fec47f19c1e173670e2acea69076a03ecb84644;p=thirdparty%2Fapache%2Fhttpd.git Included mod_log_nw into the NetWare build to cover log rotation since the OS does not have pipe support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93643 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index e331cf987a1..cad2d7b4b72 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 1.3.24 + *) NetWare: Added the module mod_log_nw to handle log rotation. + This module adds LogRotateDaily and LogRotateInterval to allow + all of the custom logs to be either rotated on a daily basis or + on a specific interval. Based on a patch by Bertrand Demiddelaer. + [Brad Nicholes bnicholes@novell.com] + *) Fix typo in rotatelogs.8. [Will Lowe ] *) Clean up warnings in mod_proxy [Chuck Murcko ]