Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 47362 invoked from network); 20 Dec 2005 22:47:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 22:47:30 -0000 Received: (qmail 86603 invoked by uid 500); 20 Dec 2005 22:47:26 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 86536 invoked by uid 500); 20 Dec 2005 22:47:26 -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 86525 invoked by uid 99); 20 Dec 2005 22:47:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 14:47:26 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.11.148.122] (HELO relay2.ptc.com) (12.11.148.122) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 14:47:25 -0800 Received: from hq-ex3fe3.ptcnet.ptc.com ([132.253.201.67]) by relay2.ptc.com with ESMTP; 20 Dec 2005 17:47:05 -0500 X-IronPort-AV: i="3.99,275,1131339600"; d="scan'208"; a="114284021:sNHT16216140" Received: from HQ-MAIL4.ptcnet.ptc.com ([132.253.202.95]) by hq-ex3fe3.ptcnet.ptc.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 20 Dec 2005 17:47:04 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: mod_proxy_ajp Date: Tue, 20 Dec 2005 17:47:03 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mod_proxy_ajp thread-index: AcYFs68tb8Qt6gnVSyKw99AU0XuyoQAAydHQ From: "Fenlason, Josh" To: X-OriginalArrivalTime: 20 Dec 2005 22:47:04.0466 (UTC) FILETIME=[4C587F20:01C605B7] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for the rewrite suggestion. I'll give it a whirl. The following works. (I can't remember where I found it though.) ProxyPass /jsp-examples ajp://localhost:8009/jsp-examples ProxyPassReverse /jsp-examples ajp://localhost:8009/jsp-examples The problem is that it passes everything to Tomcat, not just dynamic requests. , Josh. > -----Original Message----- > From: Joost de Heer [mailto:joost@sanguis.xs4all.nl]=20 > Sent: Tuesday, December 20, 2005 4:20 PM > To: dev@httpd.apache.org > Subject: Re: mod_proxy_ajp >=20 >=20 > > RewriteCond %{HTTP_REQUEST} *.jsp > > RewriteRule ^/(.*) ajp://tomcat.host/$1 [P] >=20 > By the way, I couldn't find anything about the ajp:// protocol in the=20 > mod_proxy or mod_proxy_ajp documentation page, I got it from=20 > a mod_proxy=20 > presentation on http://people.apache.org/~mturk. So I'm not=20 > 100% sure it works=20 > this way. If it does, could someone add it to the documentation? >=20 > Joost >=20