Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 28346 invoked from network); 12 Aug 2005 15:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2005 15:47:41 -0000 Received: (qmail 37219 invoked by uid 500); 12 Aug 2005 15:47:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37135 invoked by uid 500); 12 Aug 2005 15:47:24 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 37054 invoked by uid 99); 12 Aug 2005 15:47:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 08:47:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brian.papa@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 08:47:46 -0700 Received: by zproxy.gmail.com with SMTP id 13so468366nzn for ; Fri, 12 Aug 2005 08:47:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RXDG7NyEn8VDdF2c8iGKnYh3vijyzs6h8Q5pAKjH+XGzc1oXO5Xi0fG2LJGh8Yy2WzU4G2R9rleHdGZLRTivgsWSygx+Y023TC2UNIXaioyWqZn5GE8tBl00pb2JThZsI7+XOa7Euam7OaX9eLmBRNYFjYRwdlCkVo5DXoSyiDE= Received: by 10.37.15.47 with SMTP id s47mr1469898nzi; Fri, 12 Aug 2005 08:47:23 -0700 (PDT) Received: by 10.36.141.9 with HTTP; Fri, 12 Aug 2005 08:47:23 -0700 (PDT) Message-ID: <366551fb050812084775f73969@mail.gmail.com> Date: Fri, 12 Aug 2005 11:47:23 -0400 From: brian papa To: users@httpd.apache.org In-Reply-To: <20050812153151.GA2666@radu.onastick.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <366551fb0508111528ff9882@mail.gmail.com> <366551fb0508120732a65288@mail.gmail.com> <20050812153151.GA2666@radu.onastick.net> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Using mod_rewrite with mod_jk2 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Excellent Noah, it worked, thanks for the help! I didn't realize the PT flag was needed based on the doc... I'm also surprised how hard of a time I had without finding an answer for this via google, hopefully it bubbles up and they index it somewhere nicely in groups. On 8/12/05, Noah wrote: > On Fri, Aug 12, 2005 at 10:32:41AM -0400, brian papa wrote: > > Still having the same problem... right now my rewrite stuff looks like = this - > > > > LoadModule rewrite_module modules/mod_rewrite.so > > RewriteEngine on > > RewriteCond %{HTTP_HOST} (.*).mysite.com$ > > RewriteRule /profile/aboutme > > http://mysite.com/profile/aboutme/index.jsp?memberName=3D%N [L] > > > > And then when I enter "someuser.mysite.com/profile/aboutme" I get a > > 404 and the error logs look like this - > > > > "File does not exist: C:/apache_web/profile/aboutme/index.jsp" >=20 > You need to add the 'PT' flag to your RewriteRule so that mod_rewrite > will give mod_jk2 a crack at the request. You will also (I think; > someone check me on this) need to have mod_rewrite's LoadModule line > listed /after/ mod_jk2's, so ensure that mod_rewrite is called first. >=20 > --noah >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project= . > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org