Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 4798 invoked by uid 6000); 28 May 1998 07:30:39 -0000 Received: (qmail 4790 invoked from network); 28 May 1998 07:30:36 -0000 Received: from thoth.mch.sni.de (192.35.17.2) by taz.hyperreal.org with SMTP; 28 May 1998 07:30:36 -0000 X-Envelope-Sender-Is: Martin.Kraemer@mch.sni.de (at relayer thoth.mch.sni.de) Received: from deejai.mch.sni.de (deejai.mch.sni.de [139.25.105.242]) by thoth.mch.sni.de (8.8.8/8.8.8) with ESMTP id JAA07642 for ; Thu, 28 May 1998 09:30:33 +0200 (MDT) Received: (from martin@localhost) by deejai.mch.sni.de (8.8.7/8.8.7) id JAA01866; Thu, 28 May 1998 09:30:26 +0200 (MET DST) Message-ID: <19980528093021.02969@deejai.mch.sni.de> Date: Thu, 28 May 1998 09:30:21 +0200 From: Martin Kraemer To: new-httpd@apache.org Subject: Re: cronolog log rotation program and quick reference card References: <199805272037.VAA18028@icarus.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85 In-Reply-To: <199805272037.VAA18028@icarus.demon.co.uk>; from Andrew Ford on Wed, May 27, 1998 at 09:37:58PM +0100 X-Face: %0^)uynSVIl4|'Kt4&K^"0e)QSD,RsmBJzgofk.'s$bu*4XXru?d/!|;"x{U(7 X-Operating-System: SINIX-D 5.41 C1001 X-Organization: Siemens-Nixdorf Informationssysteme AG (Muenchen, W.Germany) X-Phone: +49-89-636-46021 X-Fax: +49-89-636-44994 X-Disclaimer: THE COMMENTS CONTAINED IN THIS MESSAGE REFLECT THE VIEWS OF THE WRITER AND ARE NOT NECESSARILY THE VIEWS OF SIEMENS NIXDORF AG X-No-Junk-Mail: I do not want to get *any* junk mail. Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Wed, May 27, 1998 at 09:37:58PM +0100, Andrew Ford wrote: > I have had a message from Martin Kraemer asking whether I would donate > my cronolog program to the Apache Group. This program writes to > files, the names of which are specified by a strftime format string; > it closes the current file and opens a new file at the appropriate > times. It sure beats the included rotatelog program, because the generated names are predictable. The rotatelog simply uses %ld for what time(NULL) returns, while Andrew's program can automatically create subdirectories as needed, like in TransferLog "|/usr/.../bin/cronolog /usr/.../logs/%Y/%m/%d/access_log" I tried it, it's definitely useful. I asked Andrew to change the license from GPL to something we could integrate. > Also I have an Apache quick reference card that I wrote in September > 1996 for 1.2beta! It is written in LaTeX for for European A4 and US > letter paper in two-sided, triplefold format (the individual pages are > manipulated with pstops). I need to update it for 1.3 but the group > is welcome to that too as a contribution to the documentation effort Ah - I wondered how you'd created that. It looks very nice (but I wonder if one page is enough for what 1.3.x offers ;-) +1 from me. Martin