Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED08517AF8 for ; Tue, 21 Apr 2015 14:02:13 +0000 (UTC) Received: (qmail 32764 invoked by uid 500); 21 Apr 2015 14:02:13 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 32690 invoked by uid 500); 21 Apr 2015 14:02:13 -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 32680 invoked by uid 99); 21 Apr 2015 14:02:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 14:02:13 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of dirkx@webweaving.org) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 14:01:47 +0000 Received: from weser.webweaving.org (weser.webweaving.org [148.251.234.232]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C766E25F6A for ; Tue, 21 Apr 2015 14:01:28 +0000 (UTC) Received: from [10.11.0.122] (5ED29D98.cm-7-3c.dynamic.ziggo.nl [94.210.157.152]) (authenticated bits=0) by weser.webweaving.org (8.14.9/8.14.9) with ESMTP id t3LE05bd025625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Apr 2015 16:00:07 +0200 (CEST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: weser.webweaving.org: Host 5ED29D98.cm-7-3c.dynamic.ziggo.nl [94.210.157.152] claimed to be [10.11.0.122] Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Version check idea From: Dirk-Willem van Gulik In-Reply-To: <7C89CDBA-B463-415F-82DA-DDD6AD88C38E@jaguNET.com> Date: Tue, 21 Apr 2015 16:00:05 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <4F48CE8C-EE46-49DB-9B14-4C833BC533FF@webweaving.org> References: <7C89CDBA-B463-415F-82DA-DDD6AD88C38E@jaguNET.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.2098) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (weser.webweaving.org [148.251.234.232]); Tue, 21 Apr 2015 16:00:07 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org On 21 Apr 2015, at 15:55, Jim Jagielski wrote: > For comment: What do people think about adding the capability that > when httpd is started, it tries to access = http://httpd.apache.org/doap.rdf > to check its version number with the latest one referred to in that > file and, if a newer one exists, it prints out a little message > in the error.log (or stderr)=E2=80=A6 First reaction - Eek && Evil ! Breaks about every assumption I have = about well defined unix programmes. However if it where something like =E2=80=98httpd C / --configcheck=E2=80=99= or similarily for apachectl then I could easily image that to be rather = useful. Dw.=