From owner-freebsd-apache@freebsd.org Thu Nov 5 10:01:45 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A019EA26FB6 for ; Thu, 5 Nov 2015 10:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1A01E1F for ; Thu, 5 Nov 2015 10:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 89265A26FB5; Thu, 5 Nov 2015 10:01:45 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88B9EA26FB3 for ; Thu, 5 Nov 2015 10:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 797851E1E for ; Thu, 5 Nov 2015 10:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tA5A1jis067481 for ; Thu, 5 Nov 2015 10:01:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 204304] www/apache24: Include REDIRECT_URL fix from 2.4.next Date: Thu, 05 Nov 2015 10:01:45 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 10:01:45 -0000 fullermd@over-yonder.net has reassigned Bugzilla Automation 's request for maintainer-feedback to apache@FreeBSD.org: Bug 204304: www/apache24: Include REDIRECT_URL fix from 2.4.next https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204304 --- Description --- The REDIRECT_URL changes in 2.4.17 cause some havok, particularly with PHP. See e.g. . Upstream has already made a change for 2.4.next making the behavior configurable, with the default set to the way 2.4.16 and earlier acted. See: https://bz.apache.org/bugzilla/show_bug.cgi?id=57785 http://svn.apache.org/viewvc?view=revision&revision=1712268 IWBNI the port included the fix so things worked smoothly until the fix is released. In local testing, the .[ch] bits of the patch from SVN apply and work fine.