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 0107ADFA0 for ; Wed, 2 Jan 2013 10:57:19 +0000 (UTC) Received: (qmail 40429 invoked by uid 500); 2 Jan 2013 10:57:18 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 40283 invoked by uid 500); 2 Jan 2013 10:57:15 -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 40261 invoked by uid 99); 2 Jan 2013 10:57:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 10:57:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.20.83.52] (HELO gungnir.webthing.com) (209.20.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 10:57:08 +0000 Received: from [192.168.2.3] (36.9.125.91.dyn.plus.net [91.125.9.36]) by gungnir.webthing.com (Postfix) with ESMTPSA id 82DF2E8C51 for ; Wed, 2 Jan 2013 10:56:47 +0000 (UTC) References: <7636_1357118398_50E3FBBE_7636_10404_1_1422A0AD9F662B4E8F63E6C1EA15916F9F42AA2D00@PMEXCB1B.intranet-paris.francetelecom.fr> In-Reply-To: <7636_1357118398_50E3FBBE_7636_10404_1_1422A0AD9F662B4E8F63E6C1EA15916F9F42AA2D00@PMEXCB1B.intranet-paris.francetelecom.fr> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 Message-Id: <387FC957-DDCF-44C7-A7FB-7F2220EB7677@webthing.com> Content-Transfer-Encoding: quoted-printable From: Nick Kew Subject: Re: [Bug 54319] New: ProxyPass has no effect in if rewrite occurs Date: Wed, 2 Jan 2013 10:56:45 +0000 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org On 2 Jan 2013, at 09:19, = wrote: > Hi all, > =20 > I=92m not sure we are using a hack from the 2.2, the 2.2 feature is = very helpful for us and we really need to keep it that way. If you are using mod_rewrite then you're using a hack. End of! Fifteen years ago, mod_rewrite was a fantastically versatile tool. People started using it as a pseudo-programming language based on GOTO (aka RewriteRule) and single-IF (aka RewriteCond), and a bunch of arcane side-effects (Flags). Since then, configuration has evolved, and less hackish alternatives exist for most mod_rewrite applications (and for simple non-hackish rewriting, mod_alias serves nicely). Feature creep in ProxyPass(Match) is one aspect of that. Do you have a usage case where you can't fix it by just dropping mod_rewrite? --=20 Nick Kew=