Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 50971 invoked from network); 13 Mar 2011 01:49:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Mar 2011 01:49:11 -0000 Received: (qmail 69249 invoked by uid 500); 13 Mar 2011 01:49:11 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 69117 invoked by uid 500); 13 Mar 2011 01:49:11 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 69109 invoked by uid 99); 13 Mar 2011 01:49:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Mar 2011 01:49:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Mar 2011 01:49:03 +0000 Received: by wyb42 with SMTP id 42so4093933wyb.18 for ; Sat, 12 Mar 2011 17:48:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=yxOKjvyMmTeS6xp1oCQuGMMZ9j30/jO901WkPpOp8u4=; b=ceEDHlpY6+T7ijMsre+2c6FDfkULkuJAB3PeSlBcu7XtD2fFNzsEPkv/SsMgevafKd zuqJ5+HtX+bHAlVe/jkW4C/XoB5DqFOGs8XZvR0LqCZ16K1aFKxrC7hF9Enx/X0zL8oO AxB+q5IcTgN6HUcx6Qt4c8rs4SgFn54HoC07w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CtF0CnSffvUoPI+Qq6s2wDrG4N5yhmSiQiw7wA3ctLZ5FjQbaLyMn3MrfoylTN8uF2 8FXXRCL8Hrqh38Dt4WowWX4S1VXwXVEUJI7lF9adW/5nsb7crJbxK5CSZPC1gf5z+BCZ 0fM2v8sahqmpZawiFIOsjdXN9wdbqMsiFUXXE= MIME-Version: 1.0 Received: by 10.216.142.221 with SMTP id i71mr2471951wej.93.1299980923574; Sat, 12 Mar 2011 17:48:43 -0800 (PST) Received: by 10.217.0.145 with HTTP; Sat, 12 Mar 2011 17:48:43 -0800 (PST) In-Reply-To: References: Date: Sat, 12 Mar 2011 20:48:43 -0500 Message-ID: Subject: Re: Saving the original request URI ahead of a mod_rewrite From: Eric Covener To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org > So I like #1 best. =A0Any other opinions or ideas? I solved a similar problem recently by using apr_pool_userdata_set on r->pool which you can still find after the internal redirects of rewrite in htaccess / with PT flag.