]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Included mod_log_nw into the NetWare build to cover log rotation since
authorBradley Nicholes <bnicholes@apache.org>
Thu, 28 Feb 2002 17:07:45 +0000 (17:07 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 28 Feb 2002 17:07:45 +0000 (17:07 +0000)
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

src/CHANGES

index e331cf987a169fb32b25a6f847d97a5ebb0ab537..cad2d7b4b729b35cbd582f02a70080cf7659b1e6 100644 (file)
@@ -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 <harpo@thebackrow.net>]
 
   *) Clean up warnings in mod_proxy [Chuck Murcko <chuck@topsail.org>]