Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B597200CC2 for ; Wed, 21 Jun 2017 03:39:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6A1C1160BEF; Wed, 21 Jun 2017 01:39:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0EF9160BE1 for ; Wed, 21 Jun 2017 03:39:28 +0200 (CEST) Received: (qmail 96696 invoked by uid 500); 21 Jun 2017 01:39:27 -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 96686 invoked by uid 99); 21 Jun 2017 01:39:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2017 01:39:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 53F3CC061B for ; Wed, 21 Jun 2017 01:39:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, KAM_LAZY_DOMAIN_SECURITY=1, RDNS_NONE=3] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qetg6HcCLKis for ; Wed, 21 Jun 2017 01:39:26 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id A96235F6C0 for ; Wed, 21 Jun 2017 01:39:25 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dNUc2-0005DD-ET for dev@httpd.apache.org; Wed, 21 Jun 2017 03:39:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: Jan Ehrhardt Subject: Re: svn commit: r1782209 - /httpd/httpd/branches/2.4.x/STATUS Date: Wed, 21 Jun 2017 03:39:17 +0200 Lines: 19 Message-ID: References: <090d6b5c-26c1-166a-8fc6-5a26e73258f0@gmail.com> <483004EC-C23A-4A95-8FBC-346B73AF1E6D@jaguNET.com> <773b7e46-cf66-24d6-05f8-d3c59f09e6a8@gmail.com> <90C86F3B-4523-4E5A-8EFD-31C4DBFF0CA3@jaguNET.com> <1fb6655c-4fb8-d7df-256f-b8e8564661f3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org X-Newsreader: Forte Agent 3.3/32.846 archived-at: Wed, 21 Jun 2017 01:39:29 -0000 Jacob Champion in gmane.comp.apache.devel (Tue, 20 Jun 2017 09:07:44 -0700): >On 02/08/2017 07:56 PM, Eric Covener wrote: >> Assuming there's some alternate path that actually does change >> SCRIPT_NAME by default, we a) don't have any complaint about >> SCRIPT_NAME and b) have the SetEnv thing. If we want more options, >> maybe we can stash this older SCRIPT_NAME into a new variable and show >> how to copy it over SCRIPT_NAME? > >...and restarting this conversation, since the new behavior seems to >have a bug: > >https://bz.apache.org/bugzilla/show_bug.cgi?id=61202 BTW: the developers at Directadmin are aware of this bug. https://forum.directadmin.com/showthread.php?t=54952&page=2&p=281618#post281618 I ran into it while updating my Centos 6 servers. -- Jan