Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 65741 invoked from network); 27 Feb 2010 18:24:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2010 18:24:12 -0000 Received: (qmail 56576 invoked by uid 500); 27 Feb 2010 18:24:11 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 56320 invoked by uid 500); 27 Feb 2010 18:24:11 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 56312 invoked by uid 99); 27 Feb 2010 18:24:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 18:24:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of minfrin@sharp.fm designates 72.32.122.20 as permitted sender) Received: from [72.32.122.20] (HELO chandler.sharp.fm) (72.32.122.20) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 18:24:02 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id 7F5937810C for ; Sat, 27 Feb 2010 12:23:41 -0600 (CST) Received: from 87-194-125-19.bethere.co.uk (87-194-125-19.bethere.co.uk [87.194.125.19]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTP id 30E3878108 for ; Sat, 27 Feb 2010 12:23:41 -0600 (CST) Message-Id: From: Graham Leggett To: dev@httpd.apache.org In-Reply-To: <201002261100.36151.sf@sfritsch.de> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: svn commit: r910705 - in /httpd/httpd/trunk: CHANGES docs/manual/programs/htcacheclean.xml support/htcacheclean.c Date: Sat, 27 Feb 2010 20:23:39 +0200 References: <20100216214204.271482388900@eris.apache.org> <201002261100.36151.sf@sfritsch.de> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On 26 Feb 2010, at 12:00 PM, Stefan Fritsch wrote: > I think a world readable pid file would be better, to make > monitoring easier. +1, committed in r917005. Regards, Graham --